We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a0e6852 commit e5f6b54Copy full SHA for e5f6b54
autoparaselenium/__init__.py
@@ -85,7 +85,7 @@ def inner():
85
_browser_pool.release(driver)
86
87
if _test_count == 0:
88
- time.sleep(0.05) # idk but seems like it needs a bit of time before you can close the pool
+ time.sleep(0.10) # idk but seems like it needs a bit of time before you can close the pool
89
_browser_pool.clean_up()
90
91
0 commit comments