Commit 39441642 authored by Tanmay Verma's avatar Tanmay Verma Committed by GitHub
Browse files

fix: Fix the test_mock_disaggregated_serving on multi-GPU machines (#117)


Co-authored-by: default avatarPiotr Marcinkiewicz <piotrm@nvidia.com>
Co-authored-by: default avatarNeelay Shah <neelays@nvidia.com>
parent e03d23c8
...@@ -75,7 +75,7 @@ def api_server(log_dir): ...@@ -75,7 +75,7 @@ def api_server(log_dir):
process = subprocess.Popen( process = subprocess.Popen(
command, stdin=subprocess.DEVNULL, stdout=output_, stderr=output_err command, stdin=subprocess.DEVNULL, stdout=output_, stderr=output_err
) )
time.sleep(5) time.sleep(10)
yield process yield process
process.terminate() process.terminate()
process.wait() process.wait()
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment