mirror of
https://github.com/NVIDIA/TensorRT-LLM.git
synced 2026-02-04 18:21:52 +08:00
[None][test] adjust the dis-agg test timeout threshold (#10800)
Signed-off-by: Shixiaowei02 <39303645+Shixiaowei02@users.noreply.github.com>
This commit is contained in:
parent
cc0bbde745
commit
442d2e8a15
@ -48,8 +48,8 @@ class Result(GenerationResultBase):
|
||||
|
||||
DuckLLM = namedtuple('DuckLLM', ['args', 'tokenizer', 'generate_async'])
|
||||
|
||||
DEFAULT_TEST_TIMEOUT = 1200
|
||||
DEFAULT_SERVER_WAITING_TIMEOUT = 1200
|
||||
DEFAULT_TEST_TIMEOUT = 3600
|
||||
DEFAULT_SERVER_WAITING_TIMEOUT = 3600
|
||||
|
||||
|
||||
@functools.lru_cache(maxsize=1)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user