From bf09cd58294f13f79e7195464e799666bb8e14e5 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 9 Mar 2021 16:42:56 +0000 Subject: [PATCH] upped timeout --- .github/workflows/cypress.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index d784711c5..fa902faf6 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -48,7 +48,7 @@ jobs: working-directory: tests wait-on: http://localhost:3577/ # 7 minutes - wait-on-timeout: 240 + wait-on-timeout: 420 env: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}