mirror of
https://github.com/kemko/reproxy.git
synced 2026-01-08 03:05:57 +03:00
allow longer time to start proxy in limiter test
This commit is contained in:
@@ -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{}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user