CI: Allow up to 5 minutes for make test-results
This commit is contained in:
@ -111,7 +111,7 @@ test_script:
|
||||
|
||||
on_finish:
|
||||
- ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||
- cmd: python .ci/cue.py -T 1M test-results
|
||||
- cmd: python .ci/cue.py -T 5M test-results
|
||||
|
||||
on_failure:
|
||||
- cmd: python -m ci_core_dumper report
|
||||
|
@ -117,7 +117,7 @@ test_script:
|
||||
|
||||
on_finish:
|
||||
- ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }
|
||||
- cmd: python .ci/cue.py -T 1M test-results
|
||||
- cmd: python .ci/cue.py -T 5M test-results
|
||||
|
||||
on_failure:
|
||||
- cmd: python -m ci_core_dumper report
|
||||
|
2
.github/workflows/ci-scripts-build.yml
vendored
2
.github/workflows/ci-scripts-build.yml
vendored
@ -172,4 +172,4 @@ jobs:
|
||||
path: '**/O.*/*.tap'
|
||||
- name: Collect and show test results
|
||||
if: ${{ always() }}
|
||||
run: python .ci/cue.py -T 1M test-results
|
||||
run: python .ci/cue.py -T 5M test-results
|
||||
|
Reference in New Issue
Block a user