Skip to content

Commit

Permalink
Let retries go through
Browse files Browse the repository at this point in the history
  • Loading branch information
kegsay committed May 24, 2024
1 parent 374ce2c commit 4869f6f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/to_device_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -372,7 +372,7 @@ func TestToDeviceMessagesArentLostWhenKeysQueryFails(t *testing.T) {
eventID = alice2.SendMessage(t, roomID, msg2)

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

0 comments on commit 4869f6f

Please sign in to comment.