Skip to content

Commit 00f0daf

Browse files
committed
Add a rollout timeout to not wait indefinitely
1 parent e07955f commit 00f0daf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/suites/ai-model-serving/ai-model-serving-offline.robot

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ Reboot And Retest
4848
Wait For A Deployment
4949
[Documentation] Wait for a deployment on offline VM
5050
[Arguments] ${namespace} ${name}
51-
offline.Run With Kubeconfig oc rollout status -n\=${namespace} deployment ${name}
51+
offline.Run With Kubeconfig oc rollout status --timeout\=300s -n\=${namespace} deployment ${name}
5252

5353
Check If Model Is Ready
5454
[Documentation] Ask model server is model is ready for inference.

0 commit comments

Comments
 (0)