Commit 1bbf6166 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

updated timeout

parent 6cc5fb27
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ extra_credit:
    - |
      cleanup() {
        echo "=== TIME OUT ==="
        tail -n 3 tester.out || true
        tail -n 4 tester.out || true
      }
      trap cleanup EXIT
    - $(./tester > tester.out)