From 737822d221b89bcdf7578b15b73cb656ac7aeff9 Mon Sep 17 00:00:00 2001 From: Martin Muzikar <46345469+mmuzikar@users.noreply.github.com> Date: Mon, 2 Oct 2023 11:04:13 +0200 Subject: [PATCH] ci(e2e): Stabilize E2E tests (#584) --- .github/workflows/e2e-test.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/e2e-test.yml b/.github/workflows/e2e-test.yml index a64abeee..7ac43b65 100644 --- a/.github/workflows/e2e-test.yml +++ b/.github/workflows/e2e-test.yml @@ -53,7 +53,7 @@ jobs: id: yarn-cache # use this to check for `cache-hit` (`steps.yarn-cache.outputs.cache-hit != 'true'`) with: path: ${{ steps.yarn-cache-dir-path.outputs.dir }} - key: ${{ runner.os }}-yarn-${{ hashFiles('**/yarn.lock') }} + key: ${{ runner.os }}-yarn-${{ hashFiles('yarn.lock') }} restore-keys: | ${{ runner.os }}-yarn- - name: Install @@ -63,7 +63,7 @@ jobs: - name: Start server run: | yarn start > log & - timeout 1m bash -c "while ! grep 'You can now view app in the browser.' log ; do cat log; sleep 1; done" + timeout 2m bash -c "while ! grep 'You can now view app in the browser.' log ; do cat log; sleep 5; done" - name: Detect testsuite branch id: get-images env: