diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index b98de763088f..127398d7dcc1 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -335,7 +335,7 @@ jobs: unit-test-webserver-02: needs: changes if: ${{ needs.changes.outputs.webserver == 'true' || github.event_name == 'push' || github.event.inputs.force_all_builds == 'true' }} - timeout-minutes: 25 # if this timeout gets too small, then split the tests + timeout-minutes: 35 # if this timeout gets too small, then split the tests name: "[unit] webserver 02" runs-on: ${{ matrix.os }} strategy: