From 2182b9f9fcbef93ce9221ebd253df86e0df0d083 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Sun, 21 Jun 2020 12:51:11 +0100 Subject: [PATCH] Retry fewer times The tests seem fairly reliable now --- .github/workflows/e2e.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index 8f614174..c6fc069b 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -61,7 +61,7 @@ jobs: env: HEADLESS: 1 with: - max_attempts: 10 + max_attempts: 3 timeout_minutes: 10 retry_wait_seconds: 10 command: |