From 2fcd8efde3b983959b501bd5ff9bcc3183a46284 Mon Sep 17 00:00:00 2001 From: Min RK Date: Mon, 17 Apr 2023 11:00:18 +0200 Subject: [PATCH] increase test timeout 15 minutes isn't always enough for integration tests --- .github/workflows/integration-test.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration-test.yaml b/.github/workflows/integration-test.yaml index 4c04c11..1b7939e 100644 --- a/.github/workflows/integration-test.yaml +++ b/.github/workflows/integration-test.yaml @@ -69,7 +69,7 @@ jobs: run: | pytest --verbose --maxfail=2 --color=yes --durations=10 --capture=no \ integration-tests/test_bootstrap.py - timeout-minutes: 15 + timeout-minutes: 20 env: # integration-tests/test_bootstrap.py will build and start containers # based on this environment variable. This is similar to how