Skip to content

Commit feb2ca8

Browse files
committed
actually, make this even longer, some windows system can take forever to run java
1 parent d920e8c commit feb2ca8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

browsermobproxy/server.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ def start(self):
5050
while not self._is_listening():
5151
time.sleep(0.5)
5252
count += 1
53-
if count == 30:
53+
if count == 60:
5454
self.stop()
5555
raise Exception("Can't connect to Browsermob-Proxy")
5656

0 commit comments

Comments
 (0)