use GitHub Actions to run unit tests, disable AppVeyor

This commit is contained in:
Marten Seemann 2020-08-28 16:44:14 +07:00
parent b21822ffc7
commit 97b0b6d5c7
7 changed files with 48 additions and 57 deletions

View file

@ -155,7 +155,7 @@ var _ = Describe("Base Flow controller", func() {
It("increases the window size if read so fast that the window would be consumed in less than 4 RTTs", func() {
bytesRead := controller.bytesRead
rtt := scaleDuration(20 * time.Millisecond)
rtt := scaleDuration(50 * time.Millisecond)
setRtt(rtt)
// consume more than 2/3 of the window...
dataRead := receiveWindowSize*2/3 + 1