Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
yanksyoon committed Apr 12, 2024
1 parent f242f23 commit 61d6dc1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/test_openstack_base_image.py
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ async def test_noble_base_image(
BASE_IMAGE_CONFIG_NAME: "noble",
}
)
await model.wait_for_idle(apps=[app_openstack_runner.name], status="blocked", timeout=50 * 60)
await model.wait_for_idle(apps=[app_openstack_runner.name], status="blocked", timeout=70 * 60)

# Server with noble base image is created
servers = openstack_connection.list_servers(detailed=True)
Expand Down

0 comments on commit 61d6dc1

Please sign in to comment.