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 a0963b3 commit cb2ae81Copy full SHA for cb2ae81
.github/workflows/ci-testing-deploy.yml
@@ -1057,7 +1057,7 @@ jobs:
1057
unit-test-dynamic-sidecar:
1058
needs: changes
1059
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
+ timeout-minutes: 19 # if this timeout gets too small, then split the tests
1061
name: "[unit] dynamic-sidecar"
1062
runs-on: ${{ matrix.os }}
1063
strategy:
0 commit comments