Skip to content

Commit 6a31cd3

Browse files
committed
increase AIOHTTP_TIMEOUT for long context test (vllm-project#226)
1 parent 2905d3c commit 6a31cd3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

benchmarks/backend_request_func.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@
1818
# NOTE(simon): do not import vLLM here so the benchmark script
1919
# can run without vLLM installed.
2020

21-
AIOHTTP_TIMEOUT = aiohttp.ClientTimeout(total=6 * 60 * 60)
21+
AIOHTTP_TIMEOUT = aiohttp.ClientTimeout(total=2 * 6 * 60 * 60)
2222

2323

2424
@dataclass

0 commit comments

Comments
 (0)