We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents cf5ce30 + cd69643 commit f0b9411Copy full SHA for f0b9411
src/test/admin_socket.cc
@@ -547,8 +547,8 @@ TEST_F(AdminSocketRaise, StopCont)
547
ASSERT_EQ("", send_raise("CONT", 0.2));
548
ASSERT_EQ("", send_raise("STOP"));
549
auto elapsed = system_clock::now() - then;
550
- // give it a 1% slack
551
- EXPECT_LE(milliseconds(198), duration_cast<milliseconds>(elapsed));
+ // give it a 5% slack
+ EXPECT_LE(milliseconds(190), duration_cast<milliseconds>(elapsed));
552
}
553
554
/*
0 commit comments