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 c5028b2 commit 2990728Copy full SHA for 2990728
.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: 19 # if this timeout gets too small, then split the tests
+ timeout-minutes: 22 # temporary: mypy takes a huge amount of time to run here, maybe we should cache it
594
name: "[unit] autoscaling"
595
runs-on: ${{ matrix.os }}
596
strategy:
0 commit comments