We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9e1849 commit 06c4a33Copy full SHA for 06c4a33
tests/fr_selenium.py
@@ -186,10 +186,10 @@ def go_to_page(self):
186
time.sleep(1)
187
self.driver.get("http://localhost:{}".format(self.port))
188
self.on_page = True
189
- if not_on_linux(): time.sleep(7) # bcs serialization of multiprocessing
+ if not_on_linux(): time.sleep(10) # bcs serialization of multiprocessing
190
191
def clear_requests(self, sleep_time_s=1):
192
- time.sleep(1)
+ time.sleep(sleep_time_s)
193
del self.driver.requests
194
195
def get_requests(self, delete: bool = True):
0 commit comments