flag.Set("test.timeout", "30m0s")
func TestBasicRun(t *testing.T) {
flag.Set("test.timeout", "30m0s")
fmt.Println("timeout: " + flag.Lookup("test.timeout").Value.String())
terraformOptions := &terraform.Options{
TerraformBinary: "terragrunt",
TerraformDir: "./basic-run",
Lock: true,
}
defer terraform.Destroy(t, terraformOptions)
terraform.InitAndApplyAndIdempotent(t, terraformOptions)
}
"0m0s"
--
You received this message because you are subscribed to a topic in the Google Groups "golang-nuts" group.
To unsubscribe from this topic, visit https://groups.google.com/d/topic/golang-nuts/so01nDZLnIQ/unsubscribe.
To unsubscribe from this group and all its topics, send an email to golang-nuts...@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/5a36865f-436b-4fab-8d44-64795e77a5bcn%40googlegroups.com.