[bugfix] increases sleep time before check in throttle test, to give more leeway (#2482)
This commit is contained in:
parent
a15415b1a2
commit
31481fad35
|
@ -129,7 +129,7 @@ func testThrottlingMiddleware(t *testing.T, cpuMulti int, retryAfter time.Durati
|
|||
// Pass req through
|
||||
// engine handler.
|
||||
go e.ServeHTTP(rw, r)
|
||||
time.Sleep(time.Millisecond)
|
||||
time.Sleep(5 * time.Millisecond)
|
||||
|
||||
// Get http result.
|
||||
res := rw.Result()
|
||||
|
|
Loading…
Reference in New Issue