mirror of
https://github.com/facebookincubator/mvfst.git
synced 2025-08-05 11:21:09 +03:00
Deflake write time limit test
Summary: As in title. (Note: this ignores all push blocking failures!) Reviewed By: hanidamlaj, lnicco Differential Revision: D46111136 fbshipit-source-id: b5aec9f1daa32acd200dd1550eb0bb3a9a44a4f2
This commit is contained in:
committed by
Facebook GitHub Bot
parent
e281d3521b
commit
a088596b7d
@@ -4111,7 +4111,7 @@ TEST_F(QuicTransportFunctionsTest, WriteLimitBytRttFractionNoLimit) {
|
||||
1000 /* packetLimit */,
|
||||
writeLoopBeginTime);
|
||||
|
||||
EXPECT_GT(1000, res.packetsWritten);
|
||||
EXPECT_GE(1000, res.packetsWritten);
|
||||
EXPECT_EQ(res.probesWritten, 0);
|
||||
|
||||
res = writeQuicDataToSocket(
|
||||
|
Reference in New Issue
Block a user