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 a8feda3 commit 4fad19bCopy full SHA for 4fad19b
src/automation/tasks/scripts/arenahard_generate_script.py
@@ -84,6 +84,8 @@ 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