Skip to content

Commit 643ff5c

Browse files
better logs with timestamps (#445)
1 parent ca0ee81 commit 643ff5c

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/integration_test.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
provider: lxd
3939
test-tox-env: integration-juju3.6
4040
modules: '["test_runner_manager_openstack"]'
41+
extra-arguments: '--log-format="%(asctime)s %(levelname)s %(message)s"'
4142
self-hosted-runner: true
4243
self-hosted-runner-label: stg-private-endpoint
4344
openstack-integration-tests-private-endpoint:

github-runner-manager/tests/integration/test_charm.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,6 @@ async def test_build_and_deploy(ops_test: OpsTest, pytestconfig: pytest.Config):
3434
f"./{charm}", resources=resources, application_name=APP_NAME, series="jammy"
3535
),
3636
ops_test.model.wait_for_idle(
37-
apps=[APP_NAME], status="active", raise_on_blocked=True, timeout=1000
37+
apps=[APP_NAME], status="active", raise_on_blocked=True, timeout=20 * 60
3838
),
3939
)

0 commit comments

Comments
 (0)