time: change 300ms to 1s in documentation (#3685)

This commit is contained in:
Matthias Beyer
2021-04-08 11:04:27 +02:00
committed by GitHub
parent 787aca1826
commit 5513b6b825
+1 -1
View File
@@ -34,7 +34,7 @@
//! }
//! ```
//!
//! Require that an operation takes no more than 300ms.
//! Require that an operation takes no more than 1s.
//!
//! ```
//! use tokio::time::{timeout, Duration};