We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent df69b95 commit a59056eCopy full SHA for a59056e
1 file changed
test/mpsc_queue_unittest.cc
@@ -4,7 +4,7 @@
4
5
namespace {
6
7
-const uint MAX_COUNT = 10000000;
+const uint MAX_COUNT = 1000000;
8
9
void Consume(butil::MPSCQueue<uint>& q, bool allow_empty) {
10
uint i = 0;
0 commit comments