Skip to content

Commit

Permalink
Fix MPSCQueue UT (apache#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenBright authored and jiangdongzi committed Jan 31, 2024
1 parent 9c225ce commit d81a664
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/mpsc_queue_unittest.cc
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

namespace {

const uint MAX_COUNT = 10000000;
const uint MAX_COUNT = 1000000;

void Consume(butil::MPSCQueue<uint>& q, bool allow_empty) {
uint i = 0;
Expand Down

0 comments on commit d81a664

Please sign in to comment.