Skip to content

Commit 60aa994

Browse files
author
Peng Zhou
committed
adjust testing time
1 parent b40bc80 commit 60aa994

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/e2e/2_marklogic_cluster_test.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ func TestMarklogicCluster(t *testing.T) {
228228
client := c.Client()
229229

230230
podName := "node-0"
231-
err := utils.WaitForPod(ctx, t, client, mlNamespace, podName, 180*time.Second)
231+
err := utils.WaitForPod(ctx, t, client, mlNamespace, podName, 240*time.Second)
232232
if err != nil {
233233
t.Fatalf("Failed to wait for pod creation: %v", err)
234234
}

0 commit comments

Comments
 (0)