diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index 5ecf9416..70373ead 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -23,7 +23,7 @@ env: jobs: test: runs-on: ${{ matrix.runs_on || 'ubuntu-24.04' }} - timeout-minutes: 20 + timeout-minutes: 30 strategy: # Keep running even if one variation of the job fail