diff options
author | Darren Tucker <dtucker@dtucker.net> | 2022-11-03 13:41:16 +1100 |
---|---|---|
committer | Darren Tucker <dtucker@dtucker.net> | 2022-11-03 13:41:16 +1100 |
commit | 73550a218e7dfbbd599534cbf856309bc924f6fd (patch) | |
tree | a80e11787bdd4a78c495b4c5288ccbec92f0d89a /.github | |
parent | db97d8d0b90c6ce52b94b153d6f8f5f7d3b11777 (diff) | |
download | openssh-git-73550a218e7dfbbd599534cbf856309bc924f6fd.tar.gz |
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).
Diffstat (limited to '.github')
-rw-r--r-- | .github/workflows/selfhosted.yml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/.github/workflows/selfhosted.yml b/.github/workflows/selfhosted.yml index 61b0b1e4..ca87d877 100644 --- a/.github/workflows/selfhosted.yml +++ b/.github/workflows/selfhosted.yml @@ -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: |