Skip to content

Commit 50d35b7

Browse files
authored
Merge pull request #20 from canonical/add-docs
Add link to documentation
2 parents 7112b7b + 22bc0fe commit 50d35b7

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

charmcraft.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ peers:
4545
replicas:
4646
interface: git_ubuntu_primary_info
4747

48+
links:
49+
documentation: https://discourse.charmhub.io/t/git-ubuntu-operator-documentation/19098
50+
4851
config:
4952
options:
5053
controller_port:

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)