From d19ec6f43d445fbada2e955fd5ebbedbc632d6b5 Mon Sep 17 00:00:00 2001 From: Pere Miquel Brull Date: Tue, 12 Jul 2022 16:04:13 +0200 Subject: [PATCH] Update cypress CI timeout (#6046) --- .github/workflows/cypress-integration-tests.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cypress-integration-tests.yml b/.github/workflows/cypress-integration-tests.yml index 9a15b4331e1..b2e88c58a3d 100644 --- a/.github/workflows/cypress-integration-tests.yml +++ b/.github/workflows/cypress-integration-tests.yml @@ -52,7 +52,7 @@ jobs: env: INGESTION_DEPENDENCY: "all" run: ./docker/run_local_docker.sh - timeout-minutes: 20 + timeout-minutes: 30 - name: Run Cypress Tests uses: cypress-io/github-action@v2