Increase test timeout to allow slow VMs to finish
This commit is contained in:
parent
02488c1b54
commit
f67e479039
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue