reduce waiting time from 5 seconds to 500 millis in msg size test

This commit is contained in:
Dmitriy Ryajov 2020-03-10 11:00:27 -06:00
parent df29ac760e
commit 8c96de5397
1 changed files with 1 additions and 1 deletions

View File

@ -217,7 +217,7 @@ suite "Mplex":
bigseq.add(uint8(rand(uint('A')..uint('z'))))
await stream.writeLp(bigseq)
try:
await listenJob.wait(seconds(5))
await listenJob.wait(millis(500))
except AsyncTimeoutError:
# we want to time out here!
discard