Skip to content

Commit 7828245

Browse files
authored
[https://nvbugs/5587574][fix] Increase server timeout to wait for weight loading (#8806)
Signed-off-by: Patrice Castonguay <[email protected]>
1 parent 11ded11 commit 7828245

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)