From a0f7924c6826d43dd069186651b45a7a8dc5211f Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 9 Mar 2021 16:36:54 +0000 Subject: [PATCH] stuff --- .github/workflows/cypress.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 590168d15..d784711c5 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -47,6 +47,8 @@ jobs: headless: true working-directory: tests wait-on: http://localhost:3577/ + # 7 minutes + wait-on-timeout: 240 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}