diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-04-01 14:21:06 +0200 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-04-01 14:21:06 +0200 |
commit | f67e47903977b42cb6abcd5565a61bd7293e4dc3 (patch) | |
tree | b0a05cae1f68f7395f751026a16212d811c6cf5a /.github | |
parent | Use bash or ksh if available for SH in Makefile. (diff) | |
download | openssh-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.yml | 2 |
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 |