CI: Allow up to 5 minutes for make test-results

This commit is contained in:
Andrew Johnson
2021-04-20 17:39:25 -05:00
committed by Dirk Zimoch
parent 139fac2928
commit 6a81b2c6a0
3 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -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