Skip to content

Commit 89d04b8

Browse files
committed
Temporarily add more retries for testing
1 parent 015fa26 commit 89d04b8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

test/e2e/separate_nodes_test.go

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ func TestSeparateEDnode(t *testing.T) {
121121
enodePodName0 := enodeReleaseName + "-marklogic-0"
122122

123123
// wait until the first enode pod is in Ready status
124-
k8s.WaitUntilPodAvailable(t, kubectlOptions, enodePodName0, 15, 20*time.Second)
124+
k8s.WaitUntilPodAvailable(t, kubectlOptions, enodePodName0, 45, 20*time.Second)
125125

126126
groupEndpoint := fmt.Sprintf("http://%s/manage/v2/groups", tunnel.Endpoint())
127127
t.Logf(`Endpoint: %s`, groupEndpoint)
@@ -146,7 +146,7 @@ func TestSeparateEDnode(t *testing.T) {
146146
enodePodName1 := enodeReleaseName + "-marklogic-1"
147147

148148
// wait until the second enode pod is in Ready status
149-
k8s.WaitUntilPodAvailable(t, kubectlOptions, enodePodName1, 15, 20*time.Second)
149+
k8s.WaitUntilPodAvailable(t, kubectlOptions, enodePodName1, 45, 20*time.Second)
150150

151151
enodeEndpoint := fmt.Sprintf("http://%s/manage/v2/groups/enode?format=json", tunnel.Endpoint())
152152
t.Logf(`Endpoint: %s`, enodeEndpoint)

0 commit comments

Comments
 (0)