From fd765e4759fc3b078a2e32733ce0217efa2a95e2 Mon Sep 17 00:00:00 2001 From: Oliver Blanthorn Date: Wed, 17 Jun 2020 15:45:53 +0100 Subject: [PATCH] Reduce retry wait seconds --- .github/workflows/e2e.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/e2e.yml b/.github/workflows/e2e.yml index c0f640b9..589b2e0e 100644 --- a/.github/workflows/e2e.yml +++ b/.github/workflows/e2e.yml @@ -68,6 +68,7 @@ jobs: with: max_attempts: 100 timeout_minutes: 10 + retry_wait_seconds: 1 command: yarn jest # - name: Test (Chrome, Linux) # if: matrix.browser == 'chrome' && matrix.os == 'ubuntu'