Skip to content

Commit

Permalink
Add timeout success threshold to avoid shutdown hang
Browse files Browse the repository at this point in the history
See cognitect-labs/test-runner#43 for more details.
  • Loading branch information
respatialized committed Jan 2, 2023
1 parent 884fb0d commit c043b24
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ jobs:
cli: 1.10.3.1087
- name: Run site tests
run: |
clojure -X:test:runner
timeout 600 clojure -X:test:runner || code=$?; if [[ $code -ne 124 && $code -ne 0 ]]; then exit $code; fi

0 comments on commit c043b24

Please sign in to comment.