Increase test timeout to allow slow VMs to finish

This commit is contained in:
Darren Tucker 2022-04-01 23:21:06 +11:00
parent 02488c1b54
commit f67e479039
1 changed files with 1 additions and 1 deletions

View File

@ -92,7 +92,7 @@ jobs:
run: vmrun make
- name: make tests
run: vmrun ./.github/run_test.sh ${{ matrix.configs }}
timeout-minutes: 300
timeout-minutes: 600
- name: save logs
if: failure()
uses: actions/upload-artifact@v2