File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -4733,9 +4733,10 @@ async fn test_sync_broadcast_and_send_message() -> Result<()> {
47334733 vec![ a2b_contact_id]
47344734 ) ;
47354735
4736- // alice2's smeared clock may be behind alice's one, so "hi" from alice2 may appear before "You
4737- // joined the channel." for bob.
4738- SystemTime :: shift ( Duration :: from_secs ( 1 ) ) ;
4736+ // alice2's smeared clock may be behind alice1's one, so we need to work around "hi" appearing
4737+ // before "You joined the channel." for bob. alice1 makes 3 more calls of
4738+ // create_smeared_timestamp() than alice2 does as of 2026-03-10.
4739+ SystemTime :: shift ( Duration :: from_secs ( 3 ) ) ;
47394740 tcm. section ( "Alice's second device sends a message to the channel" ) ;
47404741 let sent_msg = alice2. send_text ( a2_broadcast_id, "hi" ) . await ;
47414742 let msg = bob. recv_msg ( & sent_msg) . await ;
You can’t perform that action at this time.
0 commit comments