elastic / examples

Home for Elasticsearch examples available to everyone. It's a great way to get started.
Apache License 2.0
2.64k stars 1.24k forks source link

terraform and ansible example failing due to insufficient timeout #321

Open mbarretta opened 4 years ago

mbarretta commented 4 years ago

The 30 second timeout specified in https://github.com/elastic/examples/blob/master/Cloud%20Enterprise/Getting%20Started%20Examples/aws/terraform/ansible-install.sh#L123 was not sufficient to always give AWS enough time to finish spinning up instances, resulting in a failure.

The timeout should be increased.