summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-04-01 23:21:06 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-04-01 23:21:06 +1100
commitf67e47903977b42cb6abcd5565a61bd7293e4dc3 (patch)
treeb0a05cae1f68f7395f751026a16212d811c6cf5a
parent02488c1b54065ddc4f25835dbd2618b2a2fe21f5 (diff)
Increase test timeout to allow slow VMs to finish
-rw-r--r--.github/workflows/selfhosted.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index e8ce6ac4..ec2c2982 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -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