diff --git a/.github/workflows/pull_request_cypress.yml b/.github/workflows/pull_request_cypress.yml index 979baa19..88a8e942 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 3aaba846..6e9744b6 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 dac5bab1..7fc704ab 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 4b9e76c3..e2f3f00a 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: