Skip to content

Commit d52117c

Browse files
authored
Merge pull request #5023 from magento-engcom/integration-test-hotfix
[EngCom] Hotfix integration test to stabilize cicd results
2 parents 8efe056 + 677f948 commit d52117c

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Action

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Controller/Adminhtml/Product/Action/AttributeTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -124,7 +124,7 @@ public function testSaveActionChangeVisibility($attributes)
124124

125125
$this->publisherConsumerController->waitForAsynchronousResult(
126126
function () use ($repository) {
127-
sleep(3);
127+
sleep(10); // Should be refactored in the scope of MC-22947
128128
return $repository->get(
129129
'simple',
130130
false,

0 commit comments

Comments
 (0)