Skip to content

Commit

Permalink
increase timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
marius-baseten committed Nov 6, 2024
1 parent a821893 commit 4a18f1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/test_example.py
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ def deploy_truss(target_directory: str) -> str:
model_deployment = truss.push(
target_directory, remote=REMOTE_NAME, trusted=True, publish=True
)
model_deployment.wait_for_active()
model_deployment.wait_for_active(timeout_seconds=30 * 60)
return model_deployment.model_id, model_deployment.model_deployment_id


Expand Down

0 comments on commit 4a18f1d

Please sign in to comment.