nicgrayson / terraform-provider-marathon

a Terraform (http://terraform.io) provider for interacting with Marathon (https://mesosphere.github.io/marathon/)
MIT License
59 stars 24 forks source link

increasing amount of times to not complete #7

Closed DustinChaloupka closed 9 years ago

DustinChaloupka commented 9 years ago

The NotFoundChecks was defaulting to 20 when not given, which with the delays between each try it only tried for about ~2.5 minutes. This sets it so it's closer to the 10 minutes we have for the Timeout.

lamdor commented 9 years ago

:+1:

knuckolls commented 9 years ago

lgtm