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.
2 parents 8efe056 + 677f948 commit d52117cCopy full SHA for d52117c
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