Skip to content

Commit 16c3950

Browse files
authored
Wait for trained model to be fully allocated (#145)
1 parent d10df56 commit 16c3950

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

tests/machine_learning/20_trained_model_serverless.yml

+2-1
Original file line numberDiff line numberDiff line change
@@ -52,7 +52,8 @@ teardown:
5252
ml.start_trained_model_deployment:
5353
model_id: test_model
5454
priority: "low"
55-
wait_for: started
55+
wait_for: fully_allocated
56+
timeout: "60s"
5657
- match: { assignment.task_parameters.model_id: test_model }
5758
- do:
5859
ml.update_trained_model_deployment:

0 commit comments

Comments
 (0)