File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -74,9 +74,9 @@ def test_enabling_data_capture_on_endpoint_shows_correct_data_capture_status(
74
74
predictor .enable_data_capture ()
75
75
76
76
# Wait for endpoint to finish updating
77
- # Endpoint update takes ~7min. 40 retries * 30s sleeps = 20min timeout
77
+ # Endpoint update takes ~7min. 50 retries * 30s sleeps = 25min timeout
78
78
for _ in retries (
79
- max_retry_count = 40 ,
79
+ max_retry_count = 50 ,
80
80
exception_message_prefix = "Waiting for 'InService' endpoint status" ,
81
81
seconds_to_sleep = 30 ,
82
82
):
@@ -159,9 +159,9 @@ def test_disabling_data_capture_on_endpoint_shows_correct_data_capture_status(
159
159
predictor .disable_data_capture ()
160
160
161
161
# Wait for endpoint to finish updating
162
- # Endpoint update takes ~7min. 40 retries * 30s sleeps = 20min timeout
162
+ # Endpoint update takes ~7min. 50 retries * 30s sleeps = 25min timeout
163
163
for _ in retries (
164
- max_retry_count = 40 ,
164
+ max_retry_count = 50 ,
165
165
exception_message_prefix = "Waiting for 'InService' endpoint status" ,
166
166
seconds_to_sleep = 30 ,
167
167
):
@@ -228,9 +228,9 @@ def test_updating_data_capture_on_endpoint_shows_correct_data_capture_status(
228
228
)
229
229
230
230
# Wait for endpoint to finish updating
231
- # Endpoint update takes ~7min. 40 retries * 30s sleeps = 20min timeout
231
+ # Endpoint update takes ~7min. 50 retries * 30s sleeps = 25min timeout
232
232
for _ in retries (
233
- max_retry_count = 40 ,
233
+ max_retry_count = 50 ,
234
234
exception_message_prefix = "Waiting for 'InService' endpoint status" ,
235
235
seconds_to_sleep = 30 ,
236
236
):
You can’t perform that action at this time.
0 commit comments