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:
parent
db97d8d0b9
commit
73550a218e
|
@ -8,6 +8,7 @@ jobs:
|
||||||
selfhosted:
|
selfhosted:
|
||||||
if: github.repository == 'openssh/openssh-portable-selfhosted'
|
if: github.repository == 'openssh/openssh-portable-selfhosted'
|
||||||
runs-on: ${{ matrix.os }}
|
runs-on: ${{ matrix.os }}
|
||||||
|
timeout-minutes: 600
|
||||||
env:
|
env:
|
||||||
TARGET_HOST: ${{ matrix.os }}
|
TARGET_HOST: ${{ matrix.os }}
|
||||||
strategy:
|
strategy:
|
||||||
|
|
Loading…
Reference in New Issue