Skip to content

Commit

Permalink
increase time for service readiness (#2587)
Browse files Browse the repository at this point in the history
  • Loading branch information
jdn5126 authored Sep 26, 2023
1 parent 658dd9e commit b5d501d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/integration/cni/service_connectivity_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -99,7 +99,7 @@ var _ = Describe("[CANARY] test service connectivity", func() {
fmt.Fprintf(GinkgoWriter, "created service\n: %+v\n", service.Status)

By("sleeping for some time to allow service to become ready")
time.Sleep(utils.PollIntervalLong)
time.Sleep(3 * utils.PollIntervalLong)

testerContainer = manifest.NewBusyBoxContainerBuilder(f.Options.TestImageRegistry).
Command([]string{"wget"}).
Expand Down

0 comments on commit b5d501d

Please sign in to comment.