increase cypress timeout more
parent
40fd58168b
commit
6fca7bfa6a
|
|
@ -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: 180000
|
CYPRESS_VERIFY_TIMEOUT: 600000
|
||||||
- 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: |
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue