Skip to content

Commit 0a50091

Browse files
committed
Fix unit test.
1 parent e55a441 commit 0a50091

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/tests/rmqio/rmqio_asiotimer.t.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ TEST_F(AsioTimerTests, Reset)
9090
// First poll handles the cancellation from reset
9191
EXPECT_EQ(d_io.context().poll_one(), 1);
9292
// Then allow the timer to expire
93-
EXPECT_GT(d_io.context().run_for(std::chrono::milliseconds(50)), 0);
93+
EXPECT_GT(d_io.context().run_for(std::chrono::seconds(10)), 0);
9494
}
9595

9696
TEST_F(AsioTimerTests, ResetCallsCancelImmediately)

0 commit comments

Comments
 (0)