We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4fad19b commit 510e40dCopy full SHA for 510e40d
src/automation/tasks/scripts/arenahard_generate_script.py
@@ -84,8 +84,6 @@ def clean_hocon_value(v):
84
kill_process_tree(server_process.pid)
85
task.upload_artifact(name="vLLM server log", artifact_object=server_log)
86
raise AssertionError("Server failed to initialize")
87
- import time
88
- time.sleep(500)
89
90
# Parse through environment variables
91
for k, v in environment_args.items():
0 commit comments