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

index 78166d66afca020c578c48031d03152d89df725b..02eabb99131f22c002ae7cbaa05dbd9e3ae44cd6 100644 (file)
@@ -1,3 +1,6 @@
+* 1.2.16
+- Increased communication timeout to 120sec
+== donghee yang <donghee.yang@samsung.com> 2012-11-28
 * 1.2.15
 - Increased communication timeout to 60sec
 == donghee yang <donghee.yang@samsung.com> 2012-11-28
index bad10f0bbf191c83e231b3ac150819d632c952a4..d051f1212aeee2a69212070df9492c812206472c 100644 (file)
@@ -1,5 +1,5 @@
 Source : dibs
-Version :1.2.15
+Version :1.2.16
 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 2504639a2ec01f121be6f7b453bb2c7ec8ca9451..c397bc815288d6879b32b8a47edbed45094d94a1 100644 (file)
@@ -331,7 +331,7 @@ end
 
 class BuildCommClient
        VERSION = "1.6.0"
-       FIRST_REPONSE_TIMEOUT = 60
+       FIRST_REPONSE_TIMEOUT = 120
 
        private_class_method :new