Skip to content

Commit 7489207

Browse files
committed
#22856: Integration test fix.
1 parent 56142ae commit 7489207

File tree

1 file changed

+1
-1
lines changed
  • dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View

1 file changed

+1
-1
lines changed

dev/tests/integration/testsuite/Magento/Catalog/Block/Product/View/OptionsTest.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -152,7 +152,7 @@ private function getExpectedJsonConfig()
152152
public function testGetJsonConfigWithCatalogRules()
153153
{
154154
$this->indexBuilder->reindexFull();
155-
155+
sleep(1);
156156
$config = json_decode($this->block->getJsonConfig(), true);
157157
$configValues = array_values($config);
158158
$this->assertEquals($this->getExpectedJsonConfigWithCatalogRules(), array_values($configValues[0]));

0 commit comments

Comments
 (0)