From: Darren Tucker Date: Fri, 1 Apr 2022 12:21:06 +0000 (+1100) Subject: Increase test timeout to allow slow VMs to finish X-Git-Tag: V_9_0_P1~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f67e47903977b42cb6abcd5565a61bd7293e4dc3;p=thirdparty%2Fopenssh-portable.git Increase test timeout to allow slow VMs to finish --- 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