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 }