Commit 4baa4ce0 authored by John L. Villalovos's avatar John L. Villalovos
Browse files

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.
parent 671e711c
Loading
Loading
Loading
Loading
+1 −0
Original line number Diff line number Diff line
@@ -61,6 +61,7 @@ jobs:
        run: tox --skip-missing-interpreters false

  functional:
    timeout-minutes: 30
    runs-on: ubuntu-24.04
    strategy:
      matrix: