We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
timeout-minutes: 10
1 parent df215b3 commit a1d7e3bCopy full SHA for a1d7e3b
.github/workflows/test-suite.yml
@@ -30,5 +30,6 @@ jobs:
30
run: "scripts/build"
31
- name: "Run tests"
32
run: "scripts/test"
33
+ timeout-minutes: 10 # TODO(@cclauss): Remove once Python 3.14 tests are passing.
34
- name: "Enforce coverage"
35
run: "scripts/coverage"
0 commit comments