[openssh-commits] [openssh] 01/01: Increase selfhosted job timeout.

git+noreply at mindrot.org git+noreply at mindrot.org
Thu Nov 3 13:43:28 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 73550a218e7dfbbd599534cbf856309bc924f6fd
Author: Darren Tucker <dtucker at dtucker.net>
Date:   Thu Nov 3 13:41:16 2022 +1100

    Increase selfhosted job timeout.
    
    The default job timeout of 360 (6h) is not enough to complete the
    regress tests for some of the slow VMs depending on the load on the host.
    Increase to 600 (10h).
---
 .github/workflows/selfhosted.yml | 1 +
 1 file changed, 1 insertion(+)

diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml
index 61b0b1e4..ca87d877 100644
--- a/.github/workflows/selfhosted.yml
+++ b/.github/workflows/selfhosted.yml
@@ -8,6 +8,7 @@ jobs:
   selfhosted:
     if: github.repository == 'openssh/openssh-portable-selfhosted'
     runs-on: ${{ matrix.os }}
+    timeout-minutes: 600
     env:
       TARGET_HOST: ${{ matrix.os }}
     strategy:

-- 
To stop receiving notification emails like this one, please contact
djm at mindrot.org.


More information about the openssh-commits mailing list