Skip to content

Commit 023ade8

Browse files
authored
Update conftest.py
1 parent 8237290 commit 023ade8

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

test/e2e/tests/conftest.py

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ def pytest_configure(config):
8282
),
8383
"batch_deploy_timeout": int(os.environ.get("CORTEX_TEST_BATCH_DEPLOY_TIMEOUT", 30)),
8484
"batch_job_timeout": int(os.environ.get("CORTEX_TEST_BATCH_JOB_TIMEOUT", 200)),
85-
"async_deploy_timeout": int(os.environ.get("CORTEX_TEST_ASYNC_DEPLOY_TIMEOUT", 90)),
85+
"async_deploy_timeout": int(os.environ.get("CORTEX_TEST_ASYNC_DEPLOY_TIMEOUT", 120)),
8686
"async_workload_timeout": int(
8787
os.environ.get("CORTEX_TEST_ASYNC_WORKLOAD_TIMEOUT", 200)
8888
),
@@ -103,8 +103,8 @@ def pytest_configure(config):
103103
"concurrency": 50,
104104
"min_rtt": 0.004, # measured in seconds
105105
"max_rtt": 1.000, # measured in seconds
106-
"avg_rtt": 0.06, # measured in seconds
107-
"avg_rtt_tolerance": 0.05, # measured in seconds
106+
"avg_rtt": 0.07, # measured in seconds
107+
"avg_rtt_tolerance": 0.06, # measured in seconds
108108
"status_code_timeout": 60, # measured in seconds
109109
},
110110
"async": {

0 commit comments

Comments
 (0)