diff options
Diffstat (limited to 'lib/custodian/protocol-tests/rsync.rb')
-rwxr-xr-x | lib/custodian/protocol-tests/rsync.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/custodian/protocol-tests/rsync.rb b/lib/custodian/protocol-tests/rsync.rb index ab2ed9b..d2a2f45 100755 --- a/lib/custodian/protocol-tests/rsync.rb +++ b/lib/custodian/protocol-tests/rsync.rb @@ -74,7 +74,7 @@ class RSYNCTest puts "rsync testing host #{host}:#{port}" if ( @test_data['verbose'] ) begin - timeout(@test_data["timeout"]) do + timeout(@test_data["timeout"].to_i) do begin socket = TCPSocket.new( host, port ) |