increase wait time for llm backends
This commit is contained in:
@@ -43,6 +43,7 @@ backend = Backend(
|
||||
for error_msg in MODEL_SERVER_ERROR_LOG_MSGS
|
||||
],
|
||||
],
|
||||
max_wait_time=600
|
||||
)
|
||||
|
||||
|
||||
|
||||
@@ -113,6 +113,7 @@ backend = Backend(
|
||||
for error_msg in MODEL_SERVER_ERROR_LOG_MSGS
|
||||
],
|
||||
],
|
||||
max_wait_time=600
|
||||
)
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user