"vscode:/vscode.git/clone" did not exist on "2a9c497e6828d40e8a9a04679f0c78cd2ee5fe0c"
Unverified Commit 93ecb813 authored by Nick Hill's avatar Nick Hill Committed by GitHub
Browse files

[BugFix] Increase TP execute_model timeout (#18558)


Signed-off-by: default avatarNick Hill <nhill@redhat.com>
parent fae453f8
......@@ -38,7 +38,7 @@ logger = init_logger(__name__)
POLLING_TIMEOUT_MS = 5000
POLLING_TIMEOUT_S = POLLING_TIMEOUT_MS // 1000
EXECUTE_MODEL_TIMEOUT_S = 40
EXECUTE_MODEL_TIMEOUT_S = 300
class MultiprocExecutor(Executor):
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment