From d4184d6d10450353eacd550e698053223b589415 Mon Sep 17 00:00:00 2001 From: Lendemor Date: Fri, 23 Aug 2024 18:29:10 +0200 Subject: [PATCH] update timeout duration for retry --- .github/workflows/integration_app_harness.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/integration_app_harness.yml b/.github/workflows/integration_app_harness.yml index df6722f51..f0dd277bb 100644 --- a/.github/workflows/integration_app_harness.yml +++ b/.github/workflows/integration_app_harness.yml @@ -52,7 +52,7 @@ jobs: SCREENSHOT_DIR: /tmp/screenshots REDIS_URL: ${{ matrix.state_manager == 'redis' && 'redis://localhost:6379' || '' }} with: - timeout_minutes: 10 + timeout_minutes: 25 max_attempts: 2 command: | poetry run playwright install --with-deps