Skip to content

Commit 2cab411

Browse files
committed
removed untrue comment
1 parent ee990e0 commit 2cab411

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
@@ -602,7 +602,7 @@ jobs:
602602
unit-test-autoscaling:
603603
needs: changes
604604
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
605+
timeout-minutes: 18 # if this timeout gets too small, then split the tests
606606
name: "[unit] autoscaling"
607607
runs-on: ${{ matrix.os }}
608608
strategy:

0 commit comments

Comments
 (0)