mirror of
https://github.com/PowerShell/openssh-portable.git
synced 2025-07-26 23:34:55 +02:00
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
1
.github/workflows/selfhosted.yml
vendored
1
.github/workflows/selfhosted.yml
vendored
@ -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:
|
||||
|
Loading…
x
Reference in New Issue
Block a user