allow longer time to start proxy in limiter test

This commit is contained in:
Umputun 2021-07-08 16:32:24 -05:00
parent cbe7f6f84d
commit 56e040b80b

View File

@ -465,7 +465,7 @@ func TestHttp_DoLimitedReq(t *testing.T) {
go func() {
_ = h.Run(ctx)
}()
time.Sleep(10 * time.Millisecond)
time.Sleep(50 * time.Millisecond)
client := http.Client{}