We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8b76b3b commit b5dd329Copy full SHA for b5dd329
tests/machine_learning/20_trained_model.yml
@@ -52,7 +52,8 @@ teardown:
52
ml.start_trained_model_deployment:
53
model_id: test_model
54
priority: "low"
55
- wait_for: started
+ wait_for: fully_allocated
56
+ timeout: "60s"
57
- match: { assignment.task_parameters.model_id: test_model }
58
- do:
59
ml.update_trained_model_deployment:
0 commit comments