From d42bbf1b0910899e8138ab742e45086d6e799455 Mon Sep 17 00:00:00 2001 From: tidusjar Date: Thu, 28 Jul 2022 21:19:58 +0100 Subject: [PATCH] up cypress timeout --- .github/workflows/cypress.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index 2e382eee3..3de3a1f3c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -51,8 +51,8 @@ jobs: headless: true working-directory: tests wait-on: http://localhost:3577/ - # 7 minutes - wait-on-timeout: 420 + # 10 minutes + wait-on-timeout: 600 env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file