Skip to content

Commit

Permalink
turn down 0dt timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
benesch committed Jan 1, 2025
1 parent 3f79c90 commit 5453bb9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion misc/python/materialize/mzcompose/composition.py
Original file line number Diff line number Diff line change
Expand Up @@ -1503,7 +1503,7 @@ def await_mz_deployment_status(
timeout: int | None = None,
sleep_time: float | None = 1.0,
) -> None:
timeout = timeout or (1800 if ui.env_is_truthy("CI_COVERAGE_ENABLED") else 900)
timeout = timeout or 50
print(
f"Awaiting {mz_service} deployment status {status.value} for {timeout}s",
end="",
Expand Down

0 comments on commit 5453bb9

Please sign in to comment.