Skip to content

Commit 3a83bd4

Browse files
author
Namrata Madan
committed
fix: increase pipeline execution wait duration
1 parent 9ba3997 commit 3a83bd4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/sagemaker/workflow/helpers.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ def create_and_execute_pipeline(
3838
step_status,
3939
step_result_type=None,
4040
step_result_value=None,
41-
wait_duration=400, # seconds
41+
wait_duration=1200, # seconds
4242
selective_execution_config=None,
4343
):
4444
create_arn = None

0 commit comments

Comments
 (0)