We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 467c354 commit 4aa546bCopy full SHA for 4aa546b
.github/workflows/eval.yml
@@ -47,4 +47,4 @@ jobs:
47
JOB_ID: ${{ matrix.jobid }}
48
JOB_TOTAL: ${{ strategy.job-total }}
49
run: |
50
- python3 .github/eval.py "$JOB_ID" "$JOB_TOTAL"
+ timeout 60 python3 .github/eval.py "$JOB_ID" "$JOB_TOTAL"
0 commit comments