Skip to content

Commit

Permalink
Merge pull request #116 from matrix-org/kegan/increase-fed-delay
Browse files Browse the repository at this point in the history
Increase wait time to account for fed delays
  • Loading branch information
kegsay committed Jul 9, 2024
2 parents d48d6ba + 1f97f71 commit c172497
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/federation_connectivity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ func TestNewUserCannotGetKeysForOfflineServer(t *testing.T) {
waiter = bob.WaitUntilEventInRoom(t, roomID, api.CheckEventHasBody(wantMsgBody))
evID = charlie.SendMessage(t, roomID, wantMsgBody)
t.Logf("bob (%s) waiting for event %s", bob.Type(), evID)
waiter.Waitf(t, 5*time.Second, "bob did not see charlie's message '%s'", wantMsgBody)
waiter.Waitf(t, 7*time.Second, "bob did not see charlie's message '%s'", wantMsgBody)

// make sure bob cannot decrypt the msg from when his server was offline
// TODO: this isn't ideal, see https://github.com/matrix-org/matrix-rust-sdk/issues/2864
Expand Down

0 comments on commit c172497

Please sign in to comment.