Skip to content

Commit 386f27a

Browse files
committed
Update
1 parent a26c928 commit 386f27a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/stub_launcher.cc

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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");

0 commit comments

Comments
 (0)