mirror of
https://github.com/sidpalas/devops-directive-terraform-course.git
synced 2025-12-11 13:21:14 +00:00
Updates during testing of TF 1.0.1
This commit is contained in:
6
08-testing/tests/terratest/README.md
Normal file
6
08-testing/tests/terratest/README.md
Normal file
@@ -0,0 +1,6 @@
|
||||
How to run this test?
|
||||
|
||||
Build, then run...
|
||||
|
||||
`go test -v timeout 10m`
|
||||
|
||||
@@ -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