From d49b01d1559c33747d68c06ebbba8081d31ddf7a Mon Sep 17 00:00:00 2001 From: Ethan Mateja Date: Fri, 12 Apr 2024 15:33:58 -0700 Subject: [PATCH] Fix Flakey Test --- bindings_ffi/src/mls.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bindings_ffi/src/mls.rs b/bindings_ffi/src/mls.rs index 1ee0a13de..979702065 100644 --- a/bindings_ffi/src/mls.rs +++ b/bindings_ffi/src/mls.rs @@ -1005,7 +1005,7 @@ mod tests { .await .unwrap(); - tokio::time::sleep(tokio::time::Duration::from_millis(100)).await; + tokio::time::sleep(tokio::time::Duration::from_millis(200)).await; assert_eq!(stream_callback.message_count(), 1); // Create another group and add bola