Skip to content
This repository has been archived by the owner on Jul 1, 2021. It is now read-only.

Commit

Permalink
Give flaky test more time to execute
Browse files Browse the repository at this point in the history
  • Loading branch information
carver committed Jun 7, 2019
1 parent 86264de commit 5c63f12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion tests/core/p2p-proto/test_server.py
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,8 @@ async def test_peer_pool_answers_connect_commands(event_loop, event_bus, server)
TO_NETWORKING_BROADCAST_CONFIG
)

await asyncio.sleep(0.1)
# This test was maybe 30% flaky at 0.1 sleep
await asyncio.sleep(0.2)

assert len(server.peer_pool.connected_nodes) == 1

Expand Down

0 comments on commit 5c63f12

Please sign in to comment.