From 6e54f15a2a9c46e8ebd6bbad292bf2f36dff003a Mon Sep 17 00:00:00 2001 From: Richard Michael Date: Mon, 2 Jun 2025 16:06:55 +0200 Subject: [PATCH] increase timeout limit python-tox-testing-base.yml --- .github/workflows/python-tox-testing-base.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/python-tox-testing-base.yml b/.github/workflows/python-tox-testing-base.yml index 27d30ce7..095d256c 100644 --- a/.github/workflows/python-tox-testing-base.yml +++ b/.github/workflows/python-tox-testing-base.yml @@ -16,7 +16,7 @@ on: jobs: build-linux: runs-on: ubuntu-latest - timeout-minutes: 8 + timeout-minutes: 12 if: github.event.pull_request.draft == false strategy: max-parallel: 5