diff --git a/app/proxy/health_test.go b/app/proxy/health_test.go index 187676c..bdf30d9 100644 --- a/app/proxy/health_test.go +++ b/app/proxy/health_test.go @@ -101,7 +101,7 @@ func TestHttp_healthHandler(t *testing.T) { go func() { _ = h.Run(ctx) }() - time.Sleep(20 * time.Millisecond) + time.Sleep(50 * time.Millisecond) client := http.Client{} req, err := http.NewRequest("GET", "http://127.0.0.1:"+strconv.Itoa(port)+"/health", nil)