Skip to content

Commit 7136842

Browse files
authored
Add custom timeout to detect stuck CI runs early (#4671)
### Change Summary Added custom timeout for `Tests` job of the `Test SPIRVRunner` workflow based on historical data that could lead to resource savings and faster CI for the project.
1 parent f216e32 commit 7136842

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/spirvrunner-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,6 +21,7 @@ jobs:
2121
runs-on:
2222
- rolling
2323
- runner-0.0.22
24+
timeout-minutes: 75 # equal to max + 3*std over the last 600 successful runs
2425
steps:
2526
- name: Checkout repository
2627
uses: actions/checkout@v4

0 commit comments

Comments
 (0)