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.
1 parent 5cc2bdd commit 75b38ccCopy full SHA for 75b38cc
.github/workflows/ci-testing-deploy.yml
@@ -335,7 +335,7 @@ jobs:
335
unit-test-webserver-02:
336
needs: changes
337
if: ${{ needs.changes.outputs.webserver == 'true' || github.event_name == 'push' || github.event.inputs.force_all_builds == 'true' }}
338
- 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
339
name: "[unit] webserver 02"
340
runs-on: ${{ matrix.os }}
341
strategy:
0 commit comments