-
-
Notifications
You must be signed in to change notification settings - Fork 3k
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
Error: timeout of 1.7976931348623157e+308ms exceeded. #1643
Comments
Too big for
I don't think it's useful/necessary to support timeouts bigger than 24.8 days, and it's probably a better idea to keep consistency with If someone disagrees, please reopen the issue / let me know. |
Ah, that's completely fair enough. It's definitely useless 😄 |
perhaps a more relevant exception should be thrown |
@boneskull, that's true, as a reminder of |
I set
this.timeout(Number.MAX_VALUE);
to see what would happen, and my tests instantly fail with the following error:I definitely didn't wait that long
The text was updated successfully, but these errors were encountered: