From 40fd58168b64a5c8975fa61007ebabd897ba2dd4 Mon Sep 17 00:00:00 2001 From: Dan Gowans Date: Tue, 18 Oct 2022 14:14:18 -0400 Subject: [PATCH] extend timeout --- .github/workflows/coverage.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/coverage.yml b/.github/workflows/coverage.yml index 16464eae..6e8905f5 100644 --- a/.github/workflows/coverage.yml +++ b/.github/workflows/coverage.yml @@ -27,7 +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 + CYPRESS_VERIFY_TIMEOUT: 180000 - name: Code Climate if: ${{ github.event_name != 'pull_request' && env.CC_TEST_REPORTER_ID != '' }} run: |