Skip to content

Commit

Permalink
Fix Flakey Test
Browse files Browse the repository at this point in the history
  • Loading branch information
zombieobject committed Apr 12, 2024
1 parent 7ffe57c commit d49b01d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bindings_ffi/src/mls.rs
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d49b01d

Please sign in to comment.