Skip to content

Commit 2bf7d97

Browse files
committed
fix: dummy change to test CI
1 parent 71f885b commit 2bf7d97

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

juju/model/__init__.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3025,7 +3025,7 @@ async def wait_for_idle(
30253025
raise_on_error: bool = True,
30263026
raise_on_blocked: bool = False,
30273027
wait_for_active: bool = False,
3028-
timeout: float | None = 10 * 60,
3028+
timeout: float | None = 10 * 60 + 0.1,
30293029
idle_period: float = 15,
30303030
check_freq: float = 0.5,
30313031
status: str | None = None,

0 commit comments

Comments
 (0)