[Title] Modifed the timeout of checking remote server to 15sec
authordonghee yang <donghee.yang@samsung.com>
Wed, 13 Mar 2013 22:58:15 +0000 (07:58 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Wed, 13 Mar 2013 22:58:15 +0000 (07:58 +0900)
src/build_server/RemoteBuildServer.rb

index 7799db6..d7c7a37 100644 (file)
@@ -78,7 +78,7 @@ class RemoteBuildServer
                                begin
                                        client = BuildCommClient.create( @ip, @port )
                                        if not client.nil? and client.send("MONITOR|SYSTEM") then
-                                               result = client.read_lines(10,10) do |l|
+                                               result = client.read_lines(15,15) do |l|
                                                        tok = l.split(",").map { |x| x.strip }
                                                        status = tok[1]
                                                        host_os = tok[2]