File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff 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" : {
You can’t perform that action at this time.
0 commit comments