File tree Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Expand file tree Collapse file tree 3 files changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -85,5 +85,5 @@ pushd $E2E_DIR
85
85
86
86
# run tests
87
87
echo " Run Tests"
88
- pytest -n 10 --dist loadfile --log-cli-level INFO -m canary
88
+ pytest -n 15 --dist loadfile --log-cli-level INFO -m canary
89
89
popd
Original file line number Diff line number Diff line change @@ -282,7 +282,7 @@ def get_training_resource_status(reference: k8s.CustomResourceReference):
282
282
def wait_resource_training_status (
283
283
reference : k8s .CustomResourceReference ,
284
284
expected_status : str ,
285
- wait_periods : int = 30 ,
285
+ wait_periods : int = 60 ,
286
286
period_length : int = 30 ,
287
287
):
288
288
return wait_for_status (
@@ -297,7 +297,7 @@ def wait_resource_training_status(
297
297
def wait_sagemaker_training_status (
298
298
training_job_name ,
299
299
expected_status : str ,
300
- wait_periods : int = 30 ,
300
+ wait_periods : int = 60 ,
301
301
period_length : int = 30 ,
302
302
):
303
303
return wait_for_status (
Original file line number Diff line number Diff line change @@ -91,7 +91,7 @@ def _wait_resource_processing_status(
91
91
self ,
92
92
reference : k8s .CustomResourceReference ,
93
93
expected_status : str ,
94
- wait_periods : int = 30 ,
94
+ wait_periods : int = 60 ,
95
95
period_length : int = 30 ,
96
96
):
97
97
return wait_for_status (
@@ -106,7 +106,7 @@ def _wait_sagemaker_processing_status(
106
106
self ,
107
107
processing_job_name ,
108
108
expected_status : str ,
109
- wait_periods : int = 30 ,
109
+ wait_periods : int = 60 ,
110
110
period_length : int = 30 ,
111
111
):
112
112
return wait_for_status (
You can’t perform that action at this time.
0 commit comments