[Title] Increate timeout
authordonghee yang <donghee.yang@samsung.com>
Tue, 27 Nov 2012 17:00:27 +0000 (02:00 +0900)
committerdonghee yang <donghee.yang@samsung.com>
Tue, 27 Nov 2012 17:00:27 +0000 (02:00 +0900)
package/changelog
package/pkginfo.manifest
src/common/BuildComm.rb

index 6be88ddd5a2a257fc1d4bcd990c4d3d74fa78283..78166d66afca020c578c48031d03152d89df725b 100644 (file)
@@ -1,3 +1,6 @@
+* 1.2.15
+- Increased communication timeout to 60sec
+== donghee yang <donghee.yang@samsung.com> 2012-11-28
 * 1.2.14
 - Applied basic job priority 
 - Old job directory will be cleaned when restart
index 9e739e24b52eef6b049cc8b3410886add2668ec8..bad10f0bbf191c83e231b3ac150819d632c952a4 100644 (file)
@@ -1,5 +1,5 @@
 Source : dibs
-Version :1.2.14
+Version :1.2.15
 Maintainer : taejun ha<taejun.ha@samsung.com>, jiil hyoun <jiil.hyoun@samsung.com>, donghyuk yang <donghyouk.yang@samsung.com>, donghee yang <donghee.yang@samsung.com>, sungmin kim <dev.sungmin.kim@samsung.com
 
 Package : dibs
index 8099cc621dfa0a104c478b125674c2ddc95a8647..2504639a2ec01f121be6f7b453bb2c7ec8ca9451 100644 (file)
@@ -331,7 +331,7 @@ end
 
 class BuildCommClient
        VERSION = "1.6.0"
-       FIRST_REPONSE_TIMEOUT = 30
+       FIRST_REPONSE_TIMEOUT = 60
 
        private_class_method :new