From 7220efe4d8716b8a24a41ea329f174bb41b2227a Mon Sep 17 00:00:00 2001 From: Sylvain <35365065+sanderegg@users.noreply.github.com> Date: Tue, 17 Sep 2024 10:04:24 +0200 Subject: [PATCH] =?UTF-8?q?=E2=99=BB=EF=B8=8FCI:=20increase=20timeout=20on?= =?UTF-8?q?=20autoscaling=20to=20fix=20mypy=20slowness=20(#6375)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .github/workflows/ci-testing-deploy.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci-testing-deploy.yml b/.github/workflows/ci-testing-deploy.yml index 1ec9dd55293..76c478addd9 100644 --- a/.github/workflows/ci-testing-deploy.yml +++ b/.github/workflows/ci-testing-deploy.yml @@ -590,7 +590,7 @@ jobs: unit-test-autoscaling: needs: changes if: ${{ needs.changes.outputs.autoscaling == 'true' || github.event_name == 'push' }} - timeout-minutes: 18 # if this timeout gets too small, then split the tests + timeout-minutes: 19 # if this timeout gets too small, then split the tests name: "[unit] autoscaling" runs-on: ${{ matrix.os }} strategy: