Skip to content

Commit

Permalink
increase max_wait
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasht86 committed Nov 21, 2024
1 parent d80752e commit 8b443ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion vespa/deployment.py
Original file line number Diff line number Diff line change
Expand Up @@ -610,7 +610,7 @@ def deploy(
instance: Optional[str] = "default",
disk_folder: Optional[str] = None,
version: Optional[str] = None,
max_wait: int = 300,
max_wait: int = 1800,
) -> Vespa:
"""
Deploy the given application package as the given instance in the Vespa Cloud dev environment.
Expand Down

0 comments on commit 8b443ce

Please sign in to comment.