We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 76fd525 commit 97e3cd1Copy full SHA for 97e3cd1
1 file changed
tests/integration/test_unit.py
@@ -26,7 +26,8 @@ async def is_leader_elected():
26
return any([await u.is_leader_from_status() for u in app.units])
27
28
await utils.block_until_with_coroutine(is_leader_elected,
29
- timeout=480)
+ timeout=480,
30
+ wait_period=5)
31
32
33
@base.bootstrapped
0 commit comments