From 7f7e733ec2ad1427efb3c8f965d7ca5728608c5a Mon Sep 17 00:00:00 2001 From: Roshan-Horo Date: Fri, 14 Apr 2023 14:07:14 +0530 Subject: [PATCH] fix cypress test fail #866 --- .github/workflows/cypress.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/cypress.yml b/.github/workflows/cypress.yml index eafd89858d..8ea4a3f22c 100644 --- a/.github/workflows/cypress.yml +++ b/.github/workflows/cypress.yml @@ -28,6 +28,7 @@ jobs: npm install --legacy-peer-deps start: npm start wait-on: "http://localhost:3000" + wait-on-timeout: 180 browser: chrome env: # pass GitHub token to detect new build vs re-run build