summaryrefslogtreecommitdiff
path: root/lib/custodian/protocoltest/ssh.rb
diff options
context:
space:
mode:
authorSteve Kemp <steve@steve.org.uk>2013-05-15 16:20:41 +0100
committerSteve Kemp <steve@steve.org.uk>2013-05-15 16:20:41 +0100
commit19fd7ac18460e3e5206496cf5f6bf629aff3e2a9 (patch)
treead4425c0e823b501b74b1c38a217e3c1dac011ba /lib/custodian/protocoltest/ssh.rb
parent4b3f47175b109c6da2fb738d05b037d80b0b87f4 (diff)
Honour the global timeout period.
The global configuration file, /etc/custodian/custodian.cfg, has a timeout=XX setting in it. Until now we've ignored it and used a fixed timeout of 20/30 seconds. Now we fully honour the specified value.
Diffstat (limited to 'lib/custodian/protocoltest/ssh.rb')
-rw-r--r--lib/custodian/protocoltest/ssh.rb1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/custodian/protocoltest/ssh.rb b/lib/custodian/protocoltest/ssh.rb
index a01404f..5e5a720 100644
--- a/lib/custodian/protocoltest/ssh.rb
+++ b/lib/custodian/protocoltest/ssh.rb
@@ -1,5 +1,6 @@
require 'custodian/protocoltest/tcp'
+
#
# The SSH-protocol test.
#