mirror of
https://github.com/huggingface/text-generation-inference.git
synced 2025-09-12 04:44:52 +00:00
fix: increase test client timeout for grammar compilation tests
This commit is contained in:
parent
20db2c3db8
commit
57a8038d05
@ -257,7 +257,7 @@ class IgnoreLogProbResponseComparator(ResponseComparator):
|
||||
|
||||
class LauncherHandle:
|
||||
def __init__(self, port: int):
|
||||
self.client = AsyncClient(f"http://localhost:{port}")
|
||||
self.client = AsyncClient(f"http://localhost:{port}", timeout=30)
|
||||
|
||||
def _inner_health(self):
|
||||
raise NotImplementedError
|
||||
|
Loading…
Reference in New Issue
Block a user