commit 04803313411214c3f0fd023d111dd5956785b568
Author: Arkadiusz MiĆkiewicz <[email protected]>
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
_______________________________________________
pld-cvs-commit mailing list
[email protected]
http://lists.pld-linux.org/mailman/listinfo/pld-cvs-commit