Skip to content

Commit 0a4d2b4

Browse files
committed
increase ec2 test timeout
1 parent 01833df commit 0a4d2b4

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

dlc_developer_config.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,7 +46,7 @@ build_inference = true
4646

4747
# Set do_build to "false" to skip builds and test the latest image built by this PR
4848
# Note: at least one build is required to set do_build to "false"
49-
do_build = true
49+
do_build = false
5050

5151
[notify]
5252
### Notify on test failures

test/vllm/ec2/test_artifacts/test_ec2.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -73,7 +73,7 @@ def get_secret_hf_token():
7373
return response
7474

7575

76-
def wait_for_container_ready(connection, container_name, timeout: int = 1000) -> bool:
76+
def wait_for_container_ready(connection, container_name, timeout: int = 2000) -> bool:
7777
"""
7878
Wait for container and model to be ready by checking logs and endpoint
7979
Returns True if container and model are ready, False if timeout

0 commit comments

Comments
 (0)