fix flaky flow controller test

This commit is contained in:
Marten Seemann 2017-12-22 13:08:31 +07:00
parent a6eca911de
commit 20816bb866
3 changed files with 7 additions and 7 deletions

View file

@ -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