mirror of
https://github.com/logos-messaging/go-libp2p-pubsub.git
synced 2026-01-06 23:03:08 +00:00
Bump wait from 10 -> 50ms
This matches the waits in the rest of the package.
This commit is contained in:
parent
b136dae80c
commit
84bb35ebf4
@ -986,7 +986,7 @@ func TestImproperlySignedMessageRejected(t *testing.T) {
|
||||
if err != nil {
|
||||
t.Fatal(err)
|
||||
}
|
||||
time.Sleep(time.Millisecond * 10)
|
||||
time.Sleep(time.Millisecond * 50)
|
||||
|
||||
// First the adversary sends the correct message.
|
||||
err = adversaryPubSub.Publish(topic, correctMessage)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user