There was an error while loading. Please reload this page.
1 parent 4e18aa3 commit 2dd9bb9Copy full SHA for 2dd9bb9
1 file changed
py/selenium/webdriver/common/service.py
@@ -98,9 +98,10 @@ def start(self):
98
self.assert_process_still_running()
99
if self.is_connectable():
100
break
101
+
102
count += 1
- time.sleep(1)
103
- if count == 30:
+ time.sleep(0.5)
104
+ if count == 60:
105
raise WebDriverException("Can not connect to the Service %s" % self.path)
106
107
def assert_process_still_running(self):
0 commit comments