Skip to content

Commit 891172f

Browse files
pcastonguayfredricz-20070104
authored andcommitted
[https://nvbugs/5587574][fix] Increase server timeout to wait for weight loading (NVIDIA#8806)
Signed-off-by: Patrice Castonguay <[email protected]> Signed-off-by: FredricZ-2007 <[email protected]>
1 parent 7fd9318 commit 891172f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integration/defs/disaggregated/test_disaggregated.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1550,7 +1550,7 @@ def run_disaggregated_benchmark(example_dir,
15501550
config_file
15511551
]
15521552

1553-
server_start_timeout = 900
1553+
server_start_timeout = 1200
15541554
server_cmd = [
15551555
'trtllm-serve', 'disaggregated', '--server_start_timeout',
15561556
str(server_start_timeout), '-c', config_file

0 commit comments

Comments
 (0)