extend timeout

deepsource-autofix-76c6eb20
Dan Gowans 2022-10-18 14:14:18 -04:00
parent 71f9f7452d
commit 40fd58168b
1 changed files with 1 additions and 1 deletions

View File

@ -27,7 +27,7 @@ jobs:
run: c8 --reporter=lcov --reporter=text --reporter=text-summary mocha --timeout 10000 --exit run: c8 --reporter=lcov --reporter=text --reporter=text-summary mocha --timeout 10000 --exit
env: env:
CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }} CYPRESS_RECORD_KEY: ${{ secrets.CYPRESS_RECORD_KEY }}
CYPRESS_VERIFY_TIMEOUT: 100000 CYPRESS_VERIFY_TIMEOUT: 180000
- name: Code Climate - name: Code Climate
if: ${{ github.event_name != 'pull_request' && env.CC_TEST_REPORTER_ID != '' }} if: ${{ github.event_name != 'pull_request' && env.CC_TEST_REPORTER_ID != '' }}
run: | run: |