From c05453a5e5969a69ed9f211597a842736a00d4f8 Mon Sep 17 00:00:00 2001 From: Brian Pugh Date: Thu, 16 Feb 2023 09:05:58 -0800 Subject: [PATCH] loosen timing --- .github/workflows/tests.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/tests.yaml b/.github/workflows/tests.yaml index 3406ac0..b6dc7d8 100644 --- a/.github/workflows/tests.yaml +++ b/.github/workflows/tests.yaml @@ -16,7 +16,7 @@ on: jobs: test: - timeout-minutes: 40 + timeout-minutes: 45 defaults: run: shell: bash @@ -31,7 +31,7 @@ jobs: env: OS: ${{ matrix.os }} PYTHON: ${{ matrix.python-version }} - BELAY_SLEEP_MULTIPLIER: 3.0 + BELAY_SLEEP_MULTIPLIER: 2.5 steps: - name: Set OS Environment Variables (Windows)