aboutsummaryrefslogtreecommitdiff
path: root/tests/tcp_into_split.rs
diff options
context:
space:
mode:
Diffstat (limited to 'tests/tcp_into_split.rs')
-rw-r--r--tests/tcp_into_split.rs2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/tcp_into_split.rs b/tests/tcp_into_split.rs
index b4bb2ee..2e06643 100644
--- a/tests/tcp_into_split.rs
+++ b/tests/tcp_into_split.rs
@@ -116,7 +116,7 @@ async fn drop_write() -> Result<()> {
// drop it while the read is in progress
std::thread::spawn(move || {
- thread::sleep(std::time::Duration::from_millis(50));
+ thread::sleep(std::time::Duration::from_millis(10));
drop(write_half);
});