]> git.ipfire.org Git - thirdparty/openssh-portable.git/commitdiff
Increase test timeout to allow slow VMs to finish
authorDarren Tucker <dtucker@dtucker.net>
Fri, 1 Apr 2022 12:21:06 +0000 (23:21 +1100)
committerDarren Tucker <dtucker@dtucker.net>
Fri, 1 Apr 2022 12:21:06 +0000 (23:21 +1100)
.github/workflows/selfhosted.yml

index e8ce6ac40fea9decf6ea3ffabc996d37f9781e60..ec2c29825c8593f6258314533aa449ce7f46d4d2 100644 (file)
@@ -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