mirror of
https://github.com/superseriousbusiness/gotosocial.git
synced 2024-11-22 11:46:40 +00:00
[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
|
// Pass req through
|
||||||
// engine handler.
|
// engine handler.
|
||||||
go e.ServeHTTP(rw, r)
|
go e.ServeHTTP(rw, r)
|
||||||
time.Sleep(time.Millisecond)
|
time.Sleep(5 * time.Millisecond)
|
||||||
|
|
||||||
// Get http result.
|
// Get http result.
|
||||||
res := rw.Result()
|
res := rw.Result()
|
||||||
|
|
Loading…
Reference in a new issue