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'