File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff 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 : 23 # if this timeout gets too small, then split the tests
1060+ timeout-minutes : 18 # 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 : 23 # if this timeout gets too small, then split the tests
1255+ timeout-minutes : 18 # if this timeout gets too small, then split the tests
12561256 name : " [unit] service-library"
12571257 runs-on : ${{ matrix.os }}
12581258 strategy :
You can’t perform that action at this time.
0 commit comments