diff --git a/tests/change_stream.rs b/tests/change_stream.rs index 188e55b..0dc84dd 100644 --- a/tests/change_stream.rs +++ b/tests/change_stream.rs @@ -31,7 +31,7 @@ fn test_change_stream() { counter }); - thread::sleep(Duration::from_millis(1)); + thread::sleep(Duration::from_millis(100)); for i in 0..15 { collection.insert(&doc! {"c": i}, None).unwrap();