Skip to content
Snippets Groups Projects
Commit 292d0107 authored by Jan Tattermusch's avatar Jan Tattermusch
Browse files

give existing port_server time to respond

parent 94f0a50d
No related branches found
No related tags found
No related merge requests found
......@@ -1055,7 +1055,7 @@ def _start_port_server(port_server_port):
try:
version = int(urllib2.urlopen(
'http://localhost:%d/version_number' % port_server_port,
timeout=1).read())
timeout=10).read())
print 'detected port server running version %d' % version
running = True
except Exception as e:
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment