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 e07955f commit 00f0dafCopy full SHA for 00f0daf
test/suites/ai-model-serving/ai-model-serving-offline.robot
@@ -48,7 +48,7 @@ Reboot And Retest
48
Wait For A Deployment
49
[Documentation] Wait for a deployment on offline VM
50
[Arguments] ${namespace} ${name}
51
- offline.Run With Kubeconfig oc rollout status -n\=${namespace} deployment ${name}
+ offline.Run With Kubeconfig oc rollout status --timeout\=300s -n\=${namespace} deployment ${name}
52
53
Check If Model Is Ready
54
[Documentation] Ask model server is model is ready for inference.
0 commit comments