We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e55a441 commit 0a50091Copy full SHA for 0a50091
1 file changed
src/tests/rmqio/rmqio_asiotimer.t.cpp
@@ -90,7 +90,7 @@ TEST_F(AsioTimerTests, Reset)
90
// First poll handles the cancellation from reset
91
EXPECT_EQ(d_io.context().poll_one(), 1);
92
// Then allow the timer to expire
93
- EXPECT_GT(d_io.context().run_for(std::chrono::milliseconds(50)), 0);
+ EXPECT_GT(d_io.context().run_for(std::chrono::seconds(10)), 0);
94
}
95
96
TEST_F(AsioTimerTests, ResetCallsCancelImmediately)
0 commit comments