[openssh-commits] [openssh] 01/03: Increase test timeout to allow slow VMs to finish
git+noreply at mindrot.org
git+noreply at mindrot.org
Fri Apr 1 23:59:52 AEDT 2022
This is an automated email from the git hooks/post-receive script.
dtucker pushed a commit to branch master
in repository openssh.
commit f67e47903977b42cb6abcd5565a61bd7293e4dc3
Author: Darren Tucker <dtucker at dtucker.net>
Date: Fri Apr 1 23:21:06 2022 +1100
Increase test timeout to allow slow VMs to finish
---
.github/workflows/selfhosted.yml | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 at v2
--
To stop receiving notification emails like this one, please contact
djm at mindrot.org.
More information about the openssh-commits
mailing list