[BugFix] Increase TP execute_model timeout (#18558)

Signed-off-by: Nick Hill <nhill@redhat.com>
This commit is contained in:
Nick Hill 2025-05-22 19:22:11 -07:00 committed by GitHub
parent fae453f8ce
commit 93ecb8139c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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):