Skip to content

Commit 0d4af44

Browse files
committed
Increase wait time for docker install in EC2 instances (#8)
1 parent 2319490 commit 0d4af44

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/scripts/create_cluster.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,8 +12,8 @@ cd terraform/terraform_aws
1212
cd ../..
1313

1414
# Wait until docker is installed in all the nodes
15-
echo "Waiting 30s for docker install process in the cluster nodes"
16-
sleep 30
15+
echo "Waiting 60s for docker install process in the cluster nodes"
16+
sleep 60
1717

1818
# Ansible configuration
1919
mkdir ~/.ssh

0 commit comments

Comments
 (0)