Skip to content

Commit 748536f

Browse files
committed
a little tweak to fix the resolve_local test
1 parent a2c2b3e commit 748536f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

tests/integration/test_unit.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -154,7 +154,7 @@ async def test_resolve_local(event_loop):
154154
)
155155

156156
try:
157-
await model.wait_for_idle(raise_on_error=False)
157+
await model.wait_for_idle(raise_on_error=False, idle_period=3)
158158
assert app.units[0].workload_status == 'error'
159159

160160
await app.units[0].resolved()

0 commit comments

Comments
 (0)