Commit 34811e32 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

updated timeout

parent 046e39cd
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -72,7 +72,7 @@ extra_credit:
      trap cleanup EXIT
    - $(./tester > tester.out)
    - score="$(tail -n 1 tester.out | tr -d '[:space:]')"
    - echo $(tail -n 3 tester.out)
    - echo $(tail -n 4 tester.out)
    - echo "Your score is $score"
    - curl "https://agile.bu.edu/ec330_scripts/saveScores.pl?key=${MAGIC_KEY}&file=hw2extra&name=${GITLAB_USER_LOGIN}&score=${score}"
  rules: