Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
arturo-seijas committed Nov 13, 2024
1 parent a61f578 commit 3e69ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/integration/conftest.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ async def opensearch_provider_fixture(
)
await machine_model.integrate(self_signed_certificates.name, application.name)
await machine_model.create_offer(f"{application.name}:opensearch-client", application.name)
await machine_model.wait_for_idle(apps=[application.name], status="active", timeout=2000)
await machine_model.wait_for_idle(apps=[application.name], status="active", timeout=1400)
yield application


Expand Down

0 comments on commit 3e69ca2

Please sign in to comment.