Skip to content

Commit 28feba3

Browse files
author
Andrei Neagu
committed
bumped timeout
1 parent 0339d2e commit 28feba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1057,7 +1057,7 @@ jobs:
10571057
unit-test-dynamic-sidecar:
10581058
needs: changes
10591059
if: ${{ needs.changes.outputs.dynamic-sidecar == 'true' || github.event_name == 'push' || github.event.inputs.force_all_builds == 'true' }}
1060-
timeout-minutes: 18 # if this timeout gets too small, then split the tests
1060+
timeout-minutes: 23 # if this timeout gets too small, then split the tests
10611061
name: "[unit] dynamic-sidecar"
10621062
runs-on: ${{ matrix.os }}
10631063
strategy:
@@ -1252,7 +1252,7 @@ jobs:
12521252
unit-test-service-library:
12531253
needs: changes
12541254
if: ${{ needs.changes.outputs.service-library == 'true' || github.event_name == 'push' || github.event.inputs.force_all_builds == 'true' }}
1255-
timeout-minutes: 18 # if this timeout gets too small, then split the tests
1255+
timeout-minutes: 23 # if this timeout gets too small, then split the tests
12561256
name: "[unit] service-library"
12571257
runs-on: ${{ matrix.os }}
12581258
strategy:

0 commit comments

Comments
 (0)