Skip to content

Commit 4869f6f

Browse files
committed
Let retries go through
1 parent 374ce2c commit 4869f6f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/to_device_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -372,7 +372,7 @@ func TestToDeviceMessagesArentLostWhenKeysQueryFails(t *testing.T) {
372372
eventID = alice2.SendMessage(t, roomID, msg2)
373373

374374
waiter.Waitf(t, 3*time.Second, "did not see /keys/query")
375-
time.Sleep(time.Second) // let Bob process the event
375+
time.Sleep(3 * time.Second) // let Bob retry /keys/query
376376
})
377377
// now we aren't blocking /keys/query anymore.
378378
// Bob should be able to decrypt this message.

0 commit comments

Comments
 (0)