From 0d8f3067aec7f8b570dedd1c924254920295eb32 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Fran=C3=A7ois=20Wouts?= Date: Mon, 12 Jun 2023 00:15:02 +1000 Subject: [PATCH] chore: increase max retries for flaky e2e tests --- .github/workflows/test-app-e2e.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/test-app-e2e.yaml b/.github/workflows/test-app-e2e.yaml index cf7953baa9b..6db7b703ce1 100644 --- a/.github/workflows/test-app-e2e.yaml +++ b/.github/workflows/test-app-e2e.yaml @@ -57,7 +57,7 @@ jobs: with: run_install: true - run: pnpm turbo build - - run: pnpm turbo e2e-test --concurrency=1 -- --shard=${{ matrix.group }}/3 --workers=2 --retries=3 + - run: pnpm turbo e2e-test --concurrency=1 -- --shard=${{ matrix.group }}/3 --workers=2 --retries=5 env: PREVIEWJS_LOG_LEVEL: "debug" - name: Update screenshots on non-main branches