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: