summaryrefslogtreecommitdiffstats
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-04-01 14:21:06 +0200
committerDarren Tucker <dtucker@dtucker.net>2022-04-01 14:21:06 +0200
commitf67e47903977b42cb6abcd5565a61bd7293e4dc3 (patch)
treeb0a05cae1f68f7395f751026a16212d811c6cf5a /.github
parentUse bash or ksh if available for SH in Makefile. (diff)
downloadopenssh-f67e47903977b42cb6abcd5565a61bd7293e4dc3.tar.xz
openssh-f67e47903977b42cb6abcd5565a61bd7293e4dc3.zip
Increase test timeout to allow slow VMs to finish
Diffstat (limited to '.github')
-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 e8ce6ac40..ec2c29825 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