Skip to content

Commit ffe4890

Browse files
committed
Actually changed timeout from 45 to 15
1 parent 2e391d9 commit ffe4890

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/integration_tests/cluster_management/test_hp_cluster_creation.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ def get_cluster_status(cluster_name, region):
6666
raise AssertionError(f"Failed to get cluster status: {e}")
6767

6868

69-
def wait_for_stack_complete(stack_name, region, timeout_minutes=45):
69+
def wait_for_stack_complete(stack_name, region, timeout_minutes=15):
7070
"""Wait for CloudFormation stack to be CREATE_COMPLETE."""
7171
import boto3
7272
client = boto3.client('cloudformation', region_name=region)

0 commit comments

Comments
 (0)