tokers commented on a change in pull request #250: URL: https://github.com/apache/apisix-ingress-controller/pull/250#discussion_r578065288
########## File path: cmd/ingress/ingress_test.go ########## @@ -105,6 +105,9 @@ func TestSignalHandler(t *testing.T) { } func TestNewIngressCommandEffectiveLog(t *testing.T) { + // Delay for 2 seconds to avoid conflicting with the + // TestSignalHandler case. + time.Sleep(2 * time.Second) Review comment: Fixed by another way. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org