Skip to content

Commit ffab145

Browse files
author
Dan
committed
change: increase wait for sklearn processing pipeline test (aws#529)
1 parent 8567369 commit ffab145

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/integ/test_workflow.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -265,7 +265,7 @@ def test_one_step_sklearn_processing_pipeline(
265265
assert response["PipelineArn"] == create_arn
266266

267267
try:
268-
execution.wait(delay=5, max_attempts=6)
268+
execution.wait(delay=30, max_attempts=3)
269269
except WaiterError:
270270
pass
271271
execution_steps = execution.list_steps()

0 commit comments

Comments
 (0)