Commit 6cc5fb27 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

updated timeout

parent 34811e32
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -71,6 +71,7 @@ extra_credit:
      }
      trap cleanup EXIT
    - $(./tester > tester.out)
    - trap - EXIT
    - score="$(tail -n 1 tester.out | tr -d '[:space:]')"
    - echo $(tail -n 4 tester.out)
    - echo "Your score is $score"