Skip to content

Commit dfb4721

Browse files
authored
Merge pull request #9275 from magento-gl/spartans_pr_12092024_AC-12865
[Spartans] Bugfix Delivery
2 parents 42f0d08 + 998ec20 commit dfb4721

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/MessageQueue/Model/Cron/ConsumersRunnerTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -163,7 +163,7 @@ public function runDataProvider()
163163
'specificConsumer' => 'exportProcessor',
164164
'max_messages' => 5000,
165165
'command' => PHP_BINARY . ' ' . BP . '/bin/magento queue:consumers:start %s %s %s',
166-
'expectedArguments' => ['exportProcessor', '--single-thread', '--max-messages=100'],
166+
'expectedArguments' => ['exportProcessor', '--single-thread', '--max-messages=5000'],
167167
],
168168
];
169169
}

0 commit comments

Comments
 (0)