We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f795e8a commit 91e9531Copy full SHA for 91e9531
src/libtest/cli.rs
@@ -125,6 +125,8 @@ fn optgroups() -> getopts::Options {
125
`RUST_TEST_TIME_DOCTEST` environment variables.
126
127
Expected format of environment variable is `VARIABLE=WARN_TIME,CRITICAL_TIME`.
128
+ Durations must be specified in milliseconds, e.g. `500,2000` means that the warn time
129
+ is 0.5 seconds, and the critical time is 2 seconds.
130
131
Not available for --format=terse",
132
"plain|colored",
0 commit comments