We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ea128ca commit 71f2837Copy full SHA for 71f2837
tests/model_serving/model_server/maas_billing/conftest.py
@@ -819,7 +819,7 @@ def maas_gateway_api(
819
820
if gw.exists:
821
LOGGER.info(f"Reusing existing gateway {MAAS_GATEWAY_NAMESPACE}/{MAAS_GATEWAY_NAME}")
822
- gw.wait_for_condition(condition="Ready", status="True", timeout=300)
+ gw.wait_for_condition(condition="Programmed", status="True", timeout=300)
823
yield
824
else:
825
LOGGER.info(f"Creating gateway {MAAS_GATEWAY_NAMESPACE}/{MAAS_GATEWAY_NAME}")
0 commit comments