ci: enable overall test timeout

This commit is contained in:
Michael Davidsaver
2021-03-23 08:49:45 -07:00
parent 51cdfe9e8e
commit c829ca39d8
3 changed files with 3 additions and 3 deletions

View File

@ -107,7 +107,7 @@ build_script:
test_script:
- cmd: python -m ci_core_dumper install
- cmd: python .ci/cue.py test
- cmd: python .ci/cue.py -T 20M test
on_finish:
- ps: Get-ChildItem *.tap -Recurse -Force | % { Push-AppveyorArtifact $_.FullName -FileName $_.Name }

2
.ci

Submodule .ci updated: 3db08b5977...2464284271

View File

@ -163,7 +163,7 @@ jobs:
- name: Build main module
run: python .ci/cue.py build
- name: Run main module tests
run: python .ci/cue.py test
run: python .ci/cue.py -T 20M test
- name: Upload tapfiles Artifact
if: ${{ always() }}
uses: actions/upload-artifact@v2