Skip to content

Commit 3b2cba2

Browse files
committed
increase AIOHTTP_TIMEOUT for long context test (vllm-project#226)
1 parent 9e0782a commit 3b2cba2

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
@@ -17,7 +17,7 @@
1717
# NOTE(simon): do not import vLLM here so the benchmark script
1818
# can run without vLLM installed.
1919

20-
AIOHTTP_TIMEOUT = aiohttp.ClientTimeout(total=6 * 60 * 60)
20+
AIOHTTP_TIMEOUT = aiohttp.ClientTimeout(total=2 * 6 * 60 * 60)
2121

2222

2323
@dataclass

0 commit comments

Comments
 (0)