Skip to content

Commit

Permalink
Fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
palfrey committed Aug 10, 2022
1 parent c03f1da commit 5390ed6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions serial_test/src/lib.rs
Expand Up @@ -45,8 +45,8 @@
//! // Do things
//! }
//! ````
//!
//!
//!
//!
//! For each test, a timeout can be specified with the `timeout_ms` parameter to the [serial](macro@serial) attribute. Note that
//! the timeout is counted from the first invocation of the test, not from the time the previous test was completed. This can
//! lead to [some unpredictable behavior](https://github.com/palfrey/serial_test/issues/76) based on the number of parallel tests run on the system.
Expand Down

0 comments on commit 5390ed6

Please sign in to comment.