From 59c5ec6fb892fc00bca66f10e222270d6bfd565d Mon Sep 17 00:00:00 2001 From: tidusjar Date: Tue, 9 Mar 2021 22:40:33 +0000 Subject: [PATCH] upped time again... --- .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 bad065db7..fddb415eb 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -71,7 +71,7 @@ jobs: wait-on: http://localhost:3577/ parallel: true # 8 minutes - wait-on-timeout: 480 + wait-on-timeout: 1200 env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}