Skip to content

Commit

Permalink
Increase pod timeout
Browse files Browse the repository at this point in the history
Signed-off-by: Luca Giorgi <[email protected]>
  • Loading branch information
lugi0 committed Mar 7, 2024
1 parent c25ff17 commit f0cc63d
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ Verify User Can Serve And Query A codellama/codellama-34b-instruct-hf Model
Deploy Model Via CLI isvc_filepath=${INFERENCESERVICE_FILLED_FILEPATH}
... namespace=${test_namespace}
Wait For Pods To Be Ready label_selector=serving.kserve.io/inferenceservice=${model_name}
... namespace=${test_namespace} timeout=2000s
... namespace=${test_namespace} timeout=3000s
Run Keyword If "${KSERVE_MODE}"=="RawDeployment"
... Start Port-forwarding namespace=${test_namespace} model_name=${model_name}
Query Model Multiple Times model_name=${model_name} runtime=${TGIS_RUNTIME_NAME}
Expand Down

0 comments on commit f0cc63d

Please sign in to comment.