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

View File

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