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()
303
303
// monitoring thread may take longer which can make the server process think
304
304
// that the stub process is unhealthy and return early. Waiting with a longer
305
305
// timeout prevents this issue.
306
- const uint64_t initialization_timeout_ms = 5000 ; // 5 sec
306
+ const uint64_t initialization_timeout_ms = 10000 ; // 10 sec
307
307
LOG_MESSAGE (
308
308
TRITONSERVER_LOG_VERBOSE,
309
309
" Waiting for the stub health monitoring thread to start" );
@@ -475,7 +475,7 @@ StubLauncher::Launch()
475
475
// monitoring thread may take longer which can make the server process think
476
476
// that the stub process is unhealthy and return early. Waiting with a
477
477
// 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
479
479
LOG_MESSAGE (
480
480
TRITONSERVER_LOG_VERBOSE,
481
481
" Waiting for the stub health monitoring thread to start" );
You can’t perform that action at this time.
0 commit comments