Commit 50280509 authored by Ari Trachtenberg's avatar Ari Trachtenberg
Browse files

updated timeout

parent 7330c563
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -67,7 +67,7 @@ extra_credit:
    - |
      cleanup() {
        echo "=== TIME OUT ==="
        tail -n 30 tester.out || true
        tail -n 3 tester.out || true
      }
      trap cleanup EXIT
    - $(./tester > tester.out)
@@ -79,5 +79,5 @@ extra_credit:
    - if: '$INTERNAL_TESTS == "1"'
      when: never
    - if: '$CI_COMMIT_REF_NAME == "problem3c"'
  timeout: 2m
  timeout: 3m
  tags: [ c++-17 ]