Skip to content

Commit

Permalink
add a 20 minute per-test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
danmatichuk committed Jun 10, 2024
1 parent 93bfc71 commit 95229ae
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -190,7 +190,7 @@ jobs:
- name: Test
if: runner.os == 'Linux'
run: |
cabal test pkg:pate
cabal test pkg:pate --test-options="-t 1200s"
- name: Docs
run: cabal haddock pkg:pate

0 comments on commit 95229ae

Please sign in to comment.