diff options
author | Andrii <85483797+andriiandrieiev@users.noreply.github.com> | 2023-12-15 17:24:42 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2023-12-15 17:24:42 +0200 |
commit | 3f3cd847a0cf48df9ec7ce0d5148399636622244 (patch) | |
tree | 7ee59969a02c704033065dded52b4cca58b61fed | |
parent | 0fe7d31292a6c1fb5358c0756c792fae2672773e (diff) | |
download | vyos-rolling-nightly-builds-3f3cd847a0cf48df9ec7ce0d5148399636622244.tar.gz vyos-rolling-nightly-builds-3f3cd847a0cf48df9ec7ce0d5148399636622244.zip |
connect_timeout increased from 120s to 240s
-rw-r--r-- | .github/workflows/vyos-rolling-nightly-build.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/vyos-rolling-nightly-build.yml b/.github/workflows/vyos-rolling-nightly-build.yml index fd17e4a..b29172b 100644 --- a/.github/workflows/vyos-rolling-nightly-build.yml +++ b/.github/workflows/vyos-rolling-nightly-build.yml @@ -46,7 +46,7 @@ jobs: user: ${{ secrets.SSH_USER }} port: ${{ secrets.SSH_PORT }} key: ${{ secrets.SSH_KEY }} - connect_timeout: 120s + connect_timeout: 240s first_ssh: | rm -rf vyos-build || true git clone -b current --single-branch https://github.com/vyos/vyos-build |