Skip to content

Commit

Permalink
Fix MPSCQueue UT (#2523)
Browse files Browse the repository at this point in the history
  • Loading branch information
chenBright authored Jan 31, 2024
1 parent df69b95 commit a59056e
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 a59056e

Please sign in to comment.