-
-
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
throw an exception when using a big value for timeout #1644
Milestone
Comments
dasilvacontin
added
the
status: accepting prs
Mocha can use your help with this one!
label
Apr 7, 2015
I can take this one. Which branch should I use? v3.0.0? |
@callumacrae sounds good! :) |
callumacrae
added a commit
to callumacrae/mocha
that referenced
this issue
Apr 13, 2015
callumacrae
added a commit
to callumacrae/mocha
that referenced
this issue
Apr 13, 2015
Closing since #1652 was merged in the 3.0.0 branch. :) |
boneskull
pushed a commit
that referenced
this issue
Jul 1, 2016
boneskull
pushed a commit
that referenced
this issue
Jul 2, 2016
boneskull
pushed a commit
that referenced
this issue
Jul 2, 2016
boneskull
pushed a commit
that referenced
this issue
Aug 1, 2016
boneskull
removed
the
status: accepting prs
Mocha can use your help with this one!
label
Oct 10, 2016
This was referenced Sep 23, 2018
1 task
1 task
This was referenced Dec 23, 2018
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
The exception should remind about the behavior of
setTimeout
when the timeout value is greater than 2^31. Related: #1643.This would be a breaking change, and it should be added on a major version.
The text was updated successfully, but these errors were encountered: