Skip to content

Commit e8d6953

Browse files
JohnVillalovosnejch
authored andcommitted
chore(ci): set a 30 minute timeout for 'functional' tests
Currently the functional API test takes around 17 minutes to run. And the functional CLI test takes around 12 minutes to run. Occasionally a job gets stuck and will sit until the default 360 minutes job timeout occurs. Now have a 30 minute timeout for the 'functional' tests.
1 parent accd5aa commit e8d6953

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/test.yml

+1
Original file line numberDiff line numberDiff line change
@@ -61,6 +61,7 @@ jobs:
6161
run: tox --skip-missing-interpreters false
6262

6363
functional:
64+
timeout-minutes: 30
6465
runs-on: ubuntu-24.04
6566
strategy:
6667
matrix:

0 commit comments

Comments
 (0)