-
-
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
add --no-timeouts to docs; closes #3137 #3176
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
@dfberry Thanks! |
boneskull
suggested changes
Dec 29, 2017
docs/index.md
Outdated
@@ -846,6 +846,10 @@ The `--reporter` option allows you to specify the reporter that will be used, de | |||
|
|||
Specifies the test-case timeout, defaulting to 2 seconds. To override you may pass the timeout in milliseconds, or a value with the `s` suffix, ex: `--timeout 2s` or `--timeout 2000` would be equivalent. | |||
|
|||
### `--no-timeouts` | |||
|
|||
Disables timeouts, given implicitly with `--debug`. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Maybe we should move the note about
--debug
to the--debug
documentation, unless it's already there, e.g. "implies --no-timeouts" - Let's also note that it's equivalent to
--timeout 0
.
boneskull
added
area: documentation
anything involving docs or mochajs.org
semver-patch
implementation requires increase of "patch" version number; "bug fixes"
labels
Jan 7, 2018
boneskull
approved these changes
Jan 9, 2018
Thanks! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
area: documentation
anything involving docs or mochajs.org
semver-patch
implementation requires increase of "patch" version number; "bug fixes"
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Requirements
Description of the Change
add --no-timeouts to docs
Possible Drawbacks
Is this all that #3137 is asking for or is there more to be done?
Applicable issues
none - doc change only