Skip to content

Commit be1bf2f

Browse files
committed
CI: Set a timeout for the test suite workflow
The integration tests have recently become a bit flaky in that individual tests can seem to hang forever. This needs further investigation. In the meantime we should limit the total allowed time for the test workflow to something reasonably low. The default timeout is a very high 360min.
1 parent 05ae617 commit be1bf2f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/build.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ jobs:
4545
name: Test Suite
4646
runs-on: ${{ matrix.os }}
4747
if: github.repository == 'helix-editor/helix' || github.event_name != 'schedule'
48+
timeout-minutes: 30
4849
env:
4950
RUST_BACKTRACE: 1
5051
HELIX_LOG_LEVEL: info

0 commit comments

Comments
 (0)