From 91fd7598c515d0812f75cd86aa181c225cd7df92 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Tue, 18 Oct 2022 10:28:32 -0400 Subject: [PATCH] increase cypress verify timeout --- .github/workflows/coverage.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 8fc9215d..16464eae 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,6 +27,7 @@ jobs: run: c8 --reporter=lcov --reporter=text --reporter=text-summary mocha --timeout 10000 --exit env: CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} + CYPRESS_VERIFY_TIMEOUT: 100000 - name: Code Climate if: ${{ github.event_name != 'pull_request' && env.CC_TEST_REPORTER_ID != '' }} run: |