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: |