Skip to content

Commit

Permalink
fix: raise deploy timeout to 1hr
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <me@frostming.com>
  • Loading branch information
frostming committed Jul 18, 2024
1 parent 4c41872 commit b1b2006
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/bentoml_cli/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def raise_deployment_config_error(err: BentoMLException, action: str) -> t.NoRet
@click.option(
"--timeout",
type=click.INT,
default=1800,
default=3600,
help="Timeout for deployment to be ready in seconds",
)
@click.pass_obj
Expand Down Expand Up @@ -513,7 +513,7 @@ def apply( # type: ignore
@click.option(
"--timeout",
type=click.INT,
default=1800,
default=3600,
help="Timeout for deployment to be ready in seconds",
)
@click.pass_obj
Expand Down

0 comments on commit b1b2006

Please sign in to comment.