[projects/pld-builder.new] Use longer timeout - 30s.

arekm arekm at pld-linux.org
Sat Jan 25 11:26:51 CET 2014


commit 04803313411214c3f0fd023d111dd5956785b568
Author: Arkadiusz Miśkiewicz <arekm at maven.pl>
Date:   Sat Jan 25 11:26:48 2014 +0100

    Use longer timeout - 30s.

 client/make-request.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/client/make-request.sh b/client/make-request.sh
index caaee25..79dffd7 100755
--- a/client/make-request.sh
+++ b/client/make-request.sh
@@ -98,7 +98,7 @@ import sys, socket, urllib2
 try:
         data = sys.stdin.read()
         url = sys.argv[1]
-        socket.setdefaulttimeout(10)
+        socket.setdefaulttimeout(30)
         req = urllib2.Request(url, data)
         f = urllib2.urlopen(req)
         f.close()
================================================================

---- gitweb:

http://git.pld-linux.org/gitweb.cgi/projects/pld-builder.new.git/commitdiff/04803313411214c3f0fd023d111dd5956785b568



More information about the pld-cvs-commit mailing list