mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-04 12:47:36 +03:00
fix flaky flow controller test
This commit is contained in:
parent
a6eca911de
commit
20816bb866
3 changed files with 7 additions and 7 deletions
|
@ -63,7 +63,7 @@ var _ = Describe("Connection Flow controller", func() {
|
|||
It("autotunes the window", func() {
|
||||
oldOffset := controller.bytesRead
|
||||
oldWindowSize := controller.receiveWindowSize
|
||||
rtt := 20 * time.Millisecond
|
||||
rtt := 200 * time.Millisecond
|
||||
setRtt(rtt)
|
||||
controller.epochStartTime = time.Now().Add(-time.Millisecond)
|
||||
controller.epochStartOffset = oldOffset
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue