-
-
Notifications
You must be signed in to change notification settings - Fork 1.1k
improve timeout message #1019
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
It would be really useful if this message could be updated by the user. I'm doing a lot of Selenium testing, and Selenium uses a 'wait until' model - 'wait for the dialog to appear' or 'wait until the server has responded'. If I could call something |
@stevecooperorg for that instance, I would update your code so selenium throws a timeout error before the step times out. Then you can control the error message there. Ideally, I don't think anyone should hit the step timeout error message regularly We can add something about that to the new error message. |
resolved in #1028 |
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs. |
Currently when a step times out, it only says "function timed out after x milliseconds". Lets try and make this more informative. Maybe something like:
The text was updated successfully, but these errors were encountered: