Skip to content

Commit

Permalink
Merge pull request #71 from chatwork/mumoshu-patch-1
Browse files Browse the repository at this point in the history
Assume kind cluster creation takes more time
  • Loading branch information
mumoshu authored Jul 9, 2024
2 parents b5a5b3c + 0fa2082 commit 4693f96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/ingress/ingress_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -40,7 +40,7 @@ func TestIngressCheckE2E(t *testing.T) {
)

kc := h.KubernetesCluster(t)
time.Sleep(180 * time.Second)
time.Sleep(240 * time.Second)

// Start cloud-provider-kind to manage service type=LoadBalancer
//
Expand Down

0 comments on commit 4693f96

Please sign in to comment.