Bump wait from 10 -> 50ms

This matches the waits in the rest of the package.
This commit is contained in:
Raghav Gulati 2019-05-08 09:00:00 -07:00
parent b136dae80c
commit 84bb35ebf4
No known key found for this signature in database
GPG Key ID: EA2C73F6F7EF2701
1 changed files with 1 additions and 1 deletions

View File

@ -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)