Commit 8eaa9657 authored by Subodh Iyengar's avatar Subodh Iyengar Committed by Facebook Github Bot 9

Fix test for corking

Summary:
Min rto is now 50ms, so change the
test accordingly

Reviewed By: w-o-o

Differential Revision: D3357140

fbshipit-source-id: 5a807fabc1a3c216a5120b8eb4930e5c1eb52b7a
parent 7931ecb1
......@@ -1155,7 +1155,7 @@ TEST(AsyncSocketTest, WriteIOBufCorked) {
write2.scheduleTimeout(100);
WriteCallback wcb3;
DelayedWrite write3(socket, std::move(buf3), &wcb3, false, true);
write3.scheduleTimeout(200);
write3.scheduleTimeout(140);
evb.loop();
CHECK_EQ(ccb.state, STATE_SUCCEEDED);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment