Skip to content

Commit

Permalink
done
Browse files Browse the repository at this point in the history
  • Loading branch information
sanderegg committed Sep 20, 2024
1 parent c5028b2 commit dd11a31
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci-testing-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -590,7 +590,7 @@ jobs:
unit-test-autoscaling:
needs: changes
if: ${{ needs.changes.outputs.autoscaling == 'true' || github.event_name == 'push' }}
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
name: "[unit] autoscaling"
runs-on: ${{ matrix.os }}
strategy:
Expand Down

0 comments on commit dd11a31

Please sign in to comment.