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 22c4456 commit 0ebef02Copy full SHA for 0ebef02
.github/workflows/ci-testing-deploy.yml
@@ -590,7 +590,7 @@ jobs:
590
unit-test-autoscaling:
591
needs: changes
592
if: ${{ needs.changes.outputs.autoscaling == 'true' || github.event_name == 'push' }}
593
- 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
594
name: "[unit] autoscaling"
595
runs-on: ${{ matrix.os }}
596
strategy:
0 commit comments