File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -303,7 +303,7 @@ StubLauncher::Launch()
303303 // monitoring thread may take longer which can make the server process think
304304 // that the stub process is unhealthy and return early. Waiting with a longer
305305 // timeout prevents this issue.
306- const uint64_t initialization_timeout_ms = 5000 ; // 5 sec
306+ const uint64_t initialization_timeout_ms = 10000 ; // 10 sec
307307 LOG_MESSAGE (
308308 TRITONSERVER_LOG_VERBOSE,
309309 " Waiting for the stub health monitoring thread to start" );
@@ -475,7 +475,7 @@ StubLauncher::Launch()
475475 // monitoring thread may take longer which can make the server process think
476476 // that the stub process is unhealthy and return early. Waiting with a
477477 // longer timeout prevents this issue.
478- const uint64_t initialization_timeout_ms = 5000 ; // 5 sec
478+ const uint64_t initialization_timeout_ms = 10000 ; // 10 sec
479479 LOG_MESSAGE (
480480 TRITONSERVER_LOG_VERBOSE,
481481 " Waiting for the stub health monitoring thread to start" );
You can’t perform that action at this time.
0 commit comments