Skip to content
This repository was archived by the owner on Jan 25, 2023. It is now read-only.

Commit c7e5121

Browse files
committed
Increase number of retries on auth test
1 parent 9943299 commit c7e5121

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/vault_cluster_auth_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ func testRequestSecret(t *testing.T, terraformOptions *terraform.Options, expect
159159
instanceIP := terraform.Output(t, terraformOptions, OUTPUT_AUTH_CLIENT_IP)
160160
url := fmt.Sprintf("http://%s:%s", instanceIP, "8080")
161161

162-
http_helper.HttpGetWithRetry(t, url, nil, 200, expectedResponse, 30, 10*time.Second)
162+
http_helper.HttpGetWithRetry(t, url, nil, 200, expectedResponse, 60, 10*time.Second)
163163
}
164164

165165
func getSyslogs(t *testing.T, terraformOptions *terraform.Options, amiId string, awsRegion string, testName string) {

0 commit comments

Comments
 (0)