Skip to content

Commit

Permalink
fix reader_blocking_queue_test
Browse files Browse the repository at this point in the history
  • Loading branch information
chenwhql committed Apr 23, 2021
1 parent e58c705 commit c10bb65
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

1 comment on commit c10bb65

@paddle-bot-old
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Congratulation! Your pull request passed all required CI. You could ask reviewer(s) to approve and merge. 🎉

Please sign in to comment.