1
0
Fork 0

higher timeout

This commit is contained in:
Jan Steemann 2015-03-19 10:36:07 +01:00
parent 85308fa7f3
commit 6e3cf20876
1 changed files with 1 additions and 1 deletions

View File

@ -8,7 +8,7 @@ def read_socket (socket)
response = ""
while true
rs = IO.select([socket], [ ], [ ], 2)
rs = IO.select([socket], [ ], [ ], 5)
if rs === nil
break