Skip to content

Commit efcab39

Browse files
committed
add timeout to test job
so hangs don't run for hours pypy needs more than 10 minutes, cpython doesn't
1 parent 5c131da commit efcab39

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: 20
6768

6869
strategy:
6970
fail-fast: false

0 commit comments

Comments
 (0)