Skip to content

Commit a59056e

Browse files
authored
Fix MPSCQueue UT (#2523)
1 parent df69b95 commit a59056e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

test/mpsc_queue_unittest.cc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44

55
namespace {
66

7-
const uint MAX_COUNT = 10000000;
7+
const uint MAX_COUNT = 1000000;
88

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

0 commit comments

Comments
 (0)