aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPascal Terjan <pterjan@gmail.com>2015-12-26 18:40:35 +0000
committerPascal Terjan <pterjan@gmail.com>2015-12-26 18:40:35 +0000
commit8830dafdc8e8003b6b116af823e05f7a6d923fbf (patch)
tree54ba4ec20de88c52f6325e91fed5eb8ddf390092
parent66b9567910ec50181ed1b89fc89c969a40a853df (diff)
downloadiurt-8830dafdc8e8003b6b116af823e05f7a6d923fbf.tar
iurt-8830dafdc8e8003b6b116af823e05f7a6d923fbf.tar.gz
iurt-8830dafdc8e8003b6b116af823e05f7a6d923fbf.tar.bz2
iurt-8830dafdc8e8003b6b116af823e05f7a6d923fbf.tar.xz
iurt-8830dafdc8e8003b6b116af823e05f7a6d923fbf.zip
Reduce ssh timeout
-rw-r--r--NEWS1
-rwxr-xr-xulri2
2 files changed, 2 insertions, 1 deletions
diff --git a/NEWS b/NEWS
index a43391e..9d0ce88 100644
--- a/NEWS
+++ b/NEWS
@@ -1,5 +1,6 @@
- ulri: when failing to send a build to a machine do not try sending all the
other pending builds there
+- ulri: reduce ssh ConnectTimeout to 5, no point waiting 20s
0.6.25
- drop arcfour cipher usage (not enabled by default in latest openssh packages)
diff --git a/ulri b/ulri
index 4565582..bd677ff 100755
--- a/ulri
+++ b/ulri
@@ -166,7 +166,7 @@ my %config_usage = (
},
ssh_options => {
desc => "SSH options",
- default => "-o ConnectTimeout=20 -o BatchMode=yes"
+ default => "-o ConnectTimeout=5 -o BatchMode=yes"
},
packager => {
desc => 'Default packager tag user by bot',