Skip to content

Commit f67e479

Browse files
committed
Increase test timeout to allow slow VMs to finish
1 parent 02488c1 commit f67e479

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/selfhosted.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -92,7 +92,7 @@ jobs:
9292
run: vmrun make
9393
- name: make tests
9494
run: vmrun ./.github/run_test.sh ${{ matrix.configs }}
95-
timeout-minutes: 300
95+
timeout-minutes: 600
9696
- name: save logs
9797
if: failure()
9898
uses: actions/upload-artifact@v2

0 commit comments

Comments
 (0)