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):
82
82
),
83
83
"batch_deploy_timeout" : int (os .environ .get ("CORTEX_TEST_BATCH_DEPLOY_TIMEOUT" , 30 )),
84
84
"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 )),
86
86
"async_workload_timeout" : int (
87
87
os .environ .get ("CORTEX_TEST_ASYNC_WORKLOAD_TIMEOUT" , 200 )
88
88
),
@@ -103,8 +103,8 @@ def pytest_configure(config):
103
103
"concurrency" : 50 ,
104
104
"min_rtt" : 0.004 , # measured in seconds
105
105
"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
108
108
"status_code_timeout" : 60 , # measured in seconds
109
109
},
110
110
"async" : {
You can’t perform that action at this time.
0 commit comments