Skip to content

Commit 68c247d

Browse files
final cleanup
1 parent 84d85b3 commit 68c247d

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

test/vllm/ec2/test_artifacts/test_ec2.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -158,8 +158,6 @@ def test_vllm_benchmark_on_multi_node(head_connection, worker_connection, image_
158158
if not wait_for_container_ready(head_connection, container_name, timeout=2000):
159159
raise Exception("Container failed to become ready within timeout period")
160160

161-
time.sleep(100)
162-
163161
print("Running benchmark...")
164162
benchmark_cmd = "source vllm_env/bin/activate &&" + create_benchmark_command()
165163
benchmark_result = head_connection.run(benchmark_cmd, timeout=7200)

0 commit comments

Comments
 (0)