From: Darren Tucker Date: Thu, 3 Nov 2022 02:41:16 +0000 (+1100) Subject: Increase selfhosted job timeout. X-Git-Tag: V_9_2_P1~149 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=73550a218e7dfbbd599534cbf856309bc924f6fd;p=thirdparty%2Fopenssh-portable.git 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). --- diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 61b0b1e44..ca87d8770 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: