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…
Reference in New Issue