We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5d98805 commit 79cb371Copy full SHA for 79cb371
.github/workflows/cabal.yml
@@ -74,4 +74,7 @@ jobs:
74
run: cabal build all ${{matrix.cabal-flags}}
75
76
- name: Run all tests
77
+ # We have seen in the past some tests hang for hours, wasting resources.
78
+ # The timeout below should be plenty
79
+ timeout-minutes: 10
80
run: cabal test all ${{matrix.cabal-flags}}
0 commit comments