Skip to content

Commit 22bc0fe

Browse files
committed
Increase wait time to 60 seconds again
1 parent 5bb2882 commit 22bc0fe

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

tests/integration/test_charm.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ def test_service_status(app: str, juju: jubilant.Juju):
2222
app: The app in charge of this unit.
2323
juju: The juju model in charge of the app.
2424
"""
25-
# Wait until machine is ready, then wait an extra 30 seconds for services to fully activate.
25+
# Wait until machine is ready, then wait an extra 60 seconds for services to fully activate.
2626
juju.wait(jubilant.all_active)
27-
sleep(30)
27+
sleep(60)
2828

2929
def get_services_dict(unit_name: str, juju: jubilant.Juju) -> dict[str, dict[str, bool | str]]:
3030
"""Get a dictionary of running systemd services on the app's unit.

0 commit comments

Comments
 (0)