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

@ -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