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 ee990e0 commit 2cab411Copy full SHA for 2cab411
.github/workflows/ci-testing-deploy.yml
@@ -602,7 +602,7 @@ jobs:
602
unit-test-autoscaling:
603
needs: changes
604
if: ${{ needs.changes.outputs.autoscaling == 'true' || github.event_name == 'push' || github.event.inputs.force_all_builds == 'true' }}
605
- timeout-minutes: 22 # temporary: mypy takes a huge amount of time to run here, maybe we should cache it
+ timeout-minutes: 18 # if this timeout gets too small, then split the tests
606
name: "[unit] autoscaling"
607
runs-on: ${{ matrix.os }}
608
strategy:
0 commit comments