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).
This commit is contained in:
Darren Tucker 2022-11-03 13:41:16 +11:00
parent db97d8d0b9
commit 73550a218e
No known key found for this signature in database
1 changed files with 1 additions and 0 deletions

View 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: