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 87b626e commit bfb6c8fCopy full SHA for bfb6c8f
dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Action/AttributeTest.php
@@ -124,7 +124,7 @@ public function testSaveActionChangeVisibility($attributes)
124
125
$this->publisherConsumerController->waitForAsynchronousResult(
126
function () use ($repository) {
127
- sleep(3);
+ sleep(10); // Should be refactored in the scope of MC-22947
128
return $repository->get(
129
'simple',
130
false,
0 commit comments