You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
room_keys_test.go:281: [@user-133-alice:hs1](js) SendMessage !XxmQBbvEwyZPcwXBRN:hs1 => $FDtbPtEoxfcSoOieK88Ztghpl49OmRAvO5zxWEK_J6I
room_keys_test.go:282: @user-134-bob:hs1 (js): Wait[!XxmQBbvEwyZPcwXBRN:hs1]: timed out: bob did not see alice's message
Logs show CC: lines for the Waitf call as it does getLiveTimeline and logs each event. It does not show /sync returning any response before it times out 5s later.
Another flake, this time on TestRoomKeyIsCycledOnMemberLeaving/{rust_hs1}|{js_hs1}
rust.go:788: [@user-139-alice:hs1]TimelineDiff change: &{ID:$Xvk7Sd8eKEQ3f2AgYhmTZKQaSiPnRezObph99MMxDB0 Text:Another Test Message Sender:@user-139-alice:hs1 Target: Membership: FailedToDecrypt:false}
room_keys_test.go:282: @user-140-bob:hs1 (js): Wait[!wNugXDgsubWzwaFNAx:hs1]: timed out: bob did not see alice's message
And again on js/js:
room_keys_test.go:281: [@user-133-alice:hs1](js) SendMessage !NbXBhaSlSPoxxcKtAQ:hs1 => $u593PV7pwIHenPEYHJBjPfv_gBAV9qRzW_mqD7J2b7I
room_keys_test.go:282: @user-134-bob:hs1 (js): Wait[!NbXBhaSlSPoxxcKtAQ:hs1]: timed out: bob did not see alice's message
Logs show CC: lines for the
Waitf
call as it doesgetLiveTimeline
and logs each event. It does not show/sync
returning any response before it times out 5s later.Logs before
Waitf
:This is on the client-as-tab PR, so I wonder if Chrome is throttling the tab..?
The text was updated successfully, but these errors were encountered: