summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorDarren Tucker <dtucker@dtucker.net>2022-11-03 13:41:16 +1100
committerDarren Tucker <dtucker@dtucker.net>2022-11-03 13:41:16 +1100
commit73550a218e7dfbbd599534cbf856309bc924f6fd (patch)
treea80e11787bdd4a78c495b4c5288ccbec92f0d89a /.github
parentdb97d8d0b90c6ce52b94b153d6f8f5f7d3b11777 (diff)
downloadopenssh-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.yml1
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: