Skip to content

Commit 75b38cc

Browse files
🎨 Increase timeout for webserver 02 unittest workflow (#7842)
1 parent 5cc2bdd commit 75b38cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci-testing-deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -335,7 +335,7 @@ jobs:
335335
unit-test-webserver-02:
336336
needs: changes
337337
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
338+
timeout-minutes: 35 # if this timeout gets too small, then split the tests
339339
name: "[unit] webserver 02"
340340
runs-on: ${{ matrix.os }}
341341
strategy:

0 commit comments

Comments
 (0)