]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Increase selfhosted job timeout.
authorDarren Tucker <dtucker@dtucker.net>
Thu, 3 Nov 2022 02:41:16 +0000 (13:41 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Thu, 3 Nov 2022 02:41:16 +0000 (13:41 +1100)
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

index 61b0b1e4439d13b160930bb84a578c9c12a30f17..ca87d8770134d9db0bba20824187dcf391f5abaa 100644 (file)
@@ -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: