From 993e76a44dcc38647197e1b6c49be1bd78ae7a61 Mon Sep 17 00:00:00 2001 From: Franck Nijhof Date: Tue, 17 May 2022 19:36:02 +0200 Subject: [PATCH] Increase timeout for running full suite tests (#72024) --- .github/workflows/ci.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yaml b/.github/workflows/ci.yaml index 50a809a5d21..0fb77fdc789 100644 --- a/.github/workflows/ci.yaml +++ b/.github/workflows/ci.yaml @@ -783,7 +783,7 @@ jobs: echo "::add-matcher::.github/workflows/matchers/pytest-slow.json" - name: Run pytest (fully) if: needs.changes.outputs.test_full_suite == 'true' - timeout-minutes: 45 + timeout-minutes: 60 run: | . venv/bin/activate python --version