Skip to content

Commit f13b2cb

Browse files
authored
Update lib.rs (#121)
1 parent ce297f4 commit f13b2cb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/lib.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ fn duration_max() -> Duration {
132132
/// # futures_lite::future::block_on(async {
133133
/// let addrs = async_net::resolve("google.com:80")
134134
/// .or(async {
135-
/// Timer::after(Duration::from_secs(10)).await;
135+
/// Timer::after(Duration::from_secs(1)).await;
136136
/// Err(std::io::ErrorKind::TimedOut.into())
137137
/// })
138138
/// .await?;

0 commit comments

Comments
 (0)