From 50ae4ee41776b22e2a66b9fc6cd8c9f8a504a48a Mon Sep 17 00:00:00 2001 From: "David J. Yu" <87633683+ddjnw1yu@users.noreply.github.com> Date: Tue, 12 Nov 2024 17:12:44 +1300 Subject: [PATCH] Remove timeout --- .github/workflows/pull_request_cypress.yml | 1 - .github/workflows/quality_control_cypress.yml | 1 - .github/workflows/scheduled_production_cypress.yml | 1 - .github/workflows/scheduled_staging_cypress.yml | 1 - 4 files changed, 4 deletions(-) diff --git a/.github/workflows/pull_request_cypress.yml b/.github/workflows/pull_request_cypress.yml index 979baa1..88a8e94 100644 --- a/.github/workflows/pull_request_cypress.yml +++ b/.github/workflows/pull_request_cypress.yml @@ -82,7 +82,6 @@ jobs: - name: Automated Run Testing when Pull Request if: steps.checkUser.outputs.require-result == 'true' uses: cypress-io/github-action@v6 - timeout-minutes: 30 env: ROOT_URL: ${{ secrets.ROOT_URL }} # http://localhost:3000 with: diff --git a/.github/workflows/quality_control_cypress.yml b/.github/workflows/quality_control_cypress.yml index 3aaba84..6e9744b 100644 --- a/.github/workflows/quality_control_cypress.yml +++ b/.github/workflows/quality_control_cypress.yml @@ -142,7 +142,6 @@ jobs: env: ROOT_URL: "https://sparc.science" uses: cypress-io/github-action@v6 - timeout-minutes: 30 with: wait-on: ${{ env.ROOT_URL }} record: true diff --git a/.github/workflows/scheduled_production_cypress.yml b/.github/workflows/scheduled_production_cypress.yml index dac5bab..7fc704a 100644 --- a/.github/workflows/scheduled_production_cypress.yml +++ b/.github/workflows/scheduled_production_cypress.yml @@ -98,7 +98,6 @@ jobs: - name: Schedule Run Testing against Production uses: cypress-io/github-action@v6 - timeout-minutes: 30 env: ROOT_URL: "https://sparc.science" with: diff --git a/.github/workflows/scheduled_staging_cypress.yml b/.github/workflows/scheduled_staging_cypress.yml index 4b9e76c..e2f3f00 100644 --- a/.github/workflows/scheduled_staging_cypress.yml +++ b/.github/workflows/scheduled_staging_cypress.yml @@ -98,7 +98,6 @@ jobs: - name: Schedule Run Testing against Staging uses: cypress-io/github-action@v6 - timeout-minutes: 30 env: ROOT_URL: "https://staging.sparc.science" with: