Skip to content

Commit 4aa546b

Browse files
committed
add timeout for debugging
1 parent 467c354 commit 4aa546b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/eval.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,4 +47,4 @@ jobs:
4747
JOB_ID: ${{ matrix.jobid }}
4848
JOB_TOTAL: ${{ strategy.job-total }}
4949
run: |
50-
python3 .github/eval.py "$JOB_ID" "$JOB_TOTAL"
50+
timeout 60 python3 .github/eval.py "$JOB_ID" "$JOB_TOTAL"

0 commit comments

Comments
 (0)