Skip to content

Commit

Permalink
update test
Browse files Browse the repository at this point in the history
  • Loading branch information
MacOMNI committed Nov 7, 2024
1 parent f1b8190 commit d36b5aa
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions Networking/Tests/NetworkingTests/PeerTests.swift
Original file line number Diff line number Diff line change
Expand Up @@ -729,6 +729,7 @@ struct PeerTests {
data: Data("Message from peer \(i)".utf8)
)
peer.broadcast(kind: message.kind, message: message)
try? await Task.sleep(for: .milliseconds(50))
}

// Wait for message propagation
Expand Down

0 comments on commit d36b5aa

Please sign in to comment.