Skip to content

Commit 55132b7

Browse files
author
Andrii Andrieiev
committed
SSH connect_timeout increased to 120s
1 parent 92bab14 commit 55132b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/vyos-rolling-nightly-build.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ jobs:
4646
user: ${{ secrets.SSH_USER }}
4747
port: ${{ secrets.SSH_PORT }}
4848
key: ${{ secrets.SSH_KEY }}
49-
connect_timeout: 10s
49+
connect_timeout: 120s
5050
first_ssh: |
5151
rm -rf vyos-build || true
5252
git clone -b current --single-branch https://github.com/vyos/vyos-build

0 commit comments

Comments
 (0)