Extend wait time for test to pass
This commit is contained in:
parent
b405fd76e9
commit
60bd4694a4
|
@ -197,7 +197,7 @@ async def test_dense(num_hosts, pubsubs_gsub, hosts):
|
||||||
# publish from the randomly chosen host
|
# publish from the randomly chosen host
|
||||||
await pubsubs_gsub[origin_idx].publish("foobar", msg_content)
|
await pubsubs_gsub[origin_idx].publish("foobar", msg_content)
|
||||||
|
|
||||||
await asyncio.sleep(0.5)
|
await asyncio.sleep(1)
|
||||||
# Assert that all blocking queues receive the message
|
# Assert that all blocking queues receive the message
|
||||||
for queue in queues:
|
for queue in queues:
|
||||||
msg = await queue.get()
|
msg = await queue.get()
|
||||||
|
|
Loading…
Reference in New Issue
Block a user