mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-17 00:01:13 +00:00
Updates during testing of TF 1.0.1
This commit is contained in:
@@ -23,7 +23,7 @@ func TestTerraformHelloWorldExample(t *testing.T) {
|
||||
instanceURL := terraform.Output(t, terraformOptions, "url")
|
||||
tlsConfig := tls.Config{}
|
||||
maxRetries := 30
|
||||
timeBetweenRetries := 5 * time.Second
|
||||
timeBetweenRetries := 10 * time.Second
|
||||
|
||||
http_helper.HttpGetWithRetryWithCustomValidation(
|
||||
t, instanceURL, &tlsConfig, maxRetries, timeBetweenRetries, validate,
|
||||
|
||||
Reference in New Issue
Block a user