Commit 390efc4c authored by zhaoqin's avatar zhaoqin Committed by Commit bot

Increase HeartbeatManagerTest.UpdateTimerAfterStart test max time check to

make it less flaky on memory.fyi bots.

BUG=441291
R=chirantan@chromium.org

Review URL: https://codereview.chromium.org/794303002

Cr-Commit-Position: refs/heads/master@{#308434}
parent 4ecfe306
......@@ -190,7 +190,7 @@ TEST_F(HeartbeatManagerTest, UpdateTimerAfterStart) {
manager()->UpdateHeartbeatTimer(
make_scoped_ptr(new base::Timer(true, false)));
EXPECT_LT(manager()->GetNextHeartbeatTime() - heartbeat,
base::TimeDelta::FromMilliseconds(1));
base::TimeDelta::FromMilliseconds(5));
}
// Stopping the manager should reset the heartbeat timer.
......
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