Skip to content

Commit 3ee76a5

Browse files
committed
fixup! test: Test that room keys received by notification clients trigger redecryptions
1 parent c8270ce commit 3ee76a5

File tree

1 file changed

+1
-1
lines changed
  • testing/matrix-sdk-integration-testing/src/tests

1 file changed

+1
-1
lines changed

testing/matrix-sdk-integration-testing/src/tests/timeline.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -563,7 +563,7 @@ async fn test_room_keys_received_on_notification_client_trigger_redecryption() {
563563

564564
let mut item = None;
565565

566-
for _ in 0..2 {
566+
for _ in 0..10 {
567567
timeline
568568
.paginate_backwards(50)
569569
.await

0 commit comments

Comments
 (0)