Skip to content

Commit 63e4205

Browse files
committed
add timeout to test job
so hangs don't run for hours
1 parent 65cc1be commit 63e4205

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/main.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -64,6 +64,7 @@ jobs:
6464
if: ${{ needs.check_duplicate_runs.outputs.should_skip != 'true' }}
6565

6666
runs-on: ${{ matrix.os }}
67+
timeout-minutes: 10
6768

6869
strategy:
6970
fail-fast: false

0 commit comments

Comments
 (0)