Request timeout for ML Prediction and model pushThe default request timeout for prediction request and model push of various capabilities are as listed below in milliseconds CLASSIFICATION:Predict timeout: 10000Push timeout: 60000 SIMILARITY/SIMILARITY WORKFLOW:Predict timeout: 10000Push timeout: 60000 CLUSTERING/CLUSTERING WORKFLOW:Predict timeout: 10000Push timeout: 180000 REGRESSION:Predict timeout: 10000Push timeout: 60000 However, these values can be altered using below system properties. Priority 1: Glide property timeout for specific solutionSet the request timeout value in glide property for specific solution with the name - glide.mlpredictor.<solution_name>.<api_name>.<property> Eg : a. glide.mlpredictor.TestSolution.push.request_timeout b. glide.mlpredictor.TestSolution.predict.request_timeout Priority 2: Glide property timeout for specific capabilitySet the request timeout value in glide property for specific capability with the name - glide.mlpredictor.<capability_name>.<api_name>.<property> Eg: a. glide.mlpredictor.workflow_similarity.predict.request_timeout b. glide.mlpredictor.workflow_similarity.push.request_timeout