Skip to content

Commit

Permalink
chore: e2e case for tcp proxy is unstable\nclose #473 (#486)
Browse files Browse the repository at this point in the history
  • Loading branch information
Firstsawyou authored May 25, 2021
1 parent bc71e3e commit 92896f1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/e2e/ingress/tcp.go
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ spec:
`, backendSvc, backendSvcPort[0])

assert.Nil(ginkgo.GinkgoT(), s.CreateResourceFromString(apisixRoute))
time.Sleep(3 * time.Second)
time.Sleep(9 * time.Second)

err := s.EnsureNumApisixStreamRoutesCreated(1)
assert.Nil(ginkgo.GinkgoT(), err, "Checking number of routes")
Expand Down

0 comments on commit 92896f1

Please sign in to comment.