Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
rgildein committed Aug 19, 2024
1 parent ce62a9c commit a3440a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_bundle.py
Original file line number Diff line number Diff line change
Expand Up @@ -275,7 +275,7 @@ async def test_enable_ingress_auth(ops_test: OpsTest):
await ops_test.model.wait_for_idle(
status="active",
raise_on_blocked=False,
timeout=90 * 10,
timeout=60 * 20,
)

# Wait for the pods from our secondary workload, just in case. This should be faster than
Expand Down

0 comments on commit a3440a5

Please sign in to comment.