Skip to content

Commit 7220efe

Browse files
authored
♻️CI: increase timeout on autoscaling to fix mypy slowness (#6375)
1 parent 22c4456 commit 7220efe

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
@@ -590,7 +590,7 @@ jobs:
590590
unit-test-autoscaling:
591591
needs: changes
592592
if: ${{ needs.changes.outputs.autoscaling == 'true' || github.event_name == 'push' }}
593-
timeout-minutes: 18 # if this timeout gets too small, then split the tests
593+
timeout-minutes: 19 # if this timeout gets too small, then split the tests
594594
name: "[unit] autoscaling"
595595
runs-on: ${{ matrix.os }}
596596
strategy:

0 commit comments

Comments
 (0)