extend timeout
parent
71f9f7452d
commit
40fd58168b
|
|
@ -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: |
|
||||
|
|
|
|||
Loading…
Reference in New Issue