Skip to content

Commit e26c011

Browse files
committed
fix
1 parent ab322f0 commit e26c011

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

tests/conftest.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@ def wait_for_server(url, timeout=26):
2929

3030
def start_proxy(config_path: str, port: int):
3131
proc = subprocess.Popen([sys.executable, "-m", "lm_proxy", "--config", config_path])
32-
time.sleep(2)
3332
wait_for_server(f"http://127.0.0.1:{port}/health")
3433
return proc
3534

@@ -43,7 +42,6 @@ def stop_proxy(proc):
4342
proc.wait(timeout=5)
4443

4544

46-
4745
@pytest.fixture(scope="session")
4846
def server_config_fn():
4947
test_config_path = Path("tests/configs/config_fn.py")

0 commit comments

Comments
 (0)