Skip to content

Commit a1d7e3b

Browse files
authored
Save resources with timeout-minutes: 10
Added a timeout for the test step in the workflow.
1 parent df215b3 commit a1d7e3b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test-suite.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -30,5 +30,6 @@ jobs:
3030
run: "scripts/build"
3131
- name: "Run tests"
3232
run: "scripts/test"
33+
timeout-minutes: 10 # TODO(@cclauss): Remove once Python 3.14 tests are passing.
3334
- name: "Enforce coverage"
3435
run: "scripts/coverage"

0 commit comments

Comments
 (0)