-
-
Notifications
You must be signed in to change notification settings - Fork 2.1k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
[Feature Request] dash.testing.browser should allow custom timeout on wait_for_page() #1595
Comments
Ah, and I presume you're using Looks like we should have Then you'd be able to set |
@alexcjohnson Thanks for the comment. I didn't go to Line 602 in 597dc22
wait_for_page looks better.
|
is there any update on this ? I am hitting the same error
|
While wait_for_page() the function itself is possible to take a timeout parameter, looks like when it's called in dash.testing.browser it is now always 10 sec for selenium to wait for dash app to serve.
dash/dash/testing/browser.py
Line 602 in 597dc22
dash/dash/testing/browser.py
Line 335 in 597dc22
At our workplace we have some "heavy" setups on our dash apps. And I get error when trying out dash.testing like
wait_for_page(347): dash server is not loaded within 10 seconds
...The text was updated successfully, but these errors were encountered: