Skip to content

Commit

Permalink
fix reader_blocking_queue_test (#32505)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwhql authored Apr 25, 2021
1 parent fb7590d commit 4db2cc9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ TEST(BlockingQueue, SenderBlockingTest) {
++send_count;
}
});
std::this_thread::sleep_for(std::chrono::milliseconds(1000));
std::this_thread::sleep_for(std::chrono::milliseconds(1500));
q.Close();
sender.join();
EXPECT_EQ(send_count, queue_cap);
Expand Down

0 comments on commit 4db2cc9

Please sign in to comment.