Skip to content

Commit bfb6c8f

Browse files
ishakhsuvarovStanislav Idolov
authored andcommitted
MC-22947: Hotfix integration test to stabilize cicd results
1 parent 87b626e commit bfb6c8f

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)