Skip to content

Commit 10625a8

Browse files
committed
AC-6720::Cloud Native S3 Web API test Failures -2.4-develop - Added sleep time before write
1 parent eae3309 commit 10625a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -263,7 +263,7 @@ protected function runTest()
263263
$resetConfig = $this->resetAddedSection($initialConfig, $currentConfig, $cacheSaltPathChunks);
264264
$resetFileContents = $this->formatter->format($resetConfig);
265265
$directoryWrite = $this->filesystem->getDirectoryWrite(DirectoryList::CONFIG);
266-
sleep(1);
266+
sleep(4);
267267
$directoryWrite->writeFile($this->envConfigPath, $resetFileContents);
268268
}
269269

0 commit comments

Comments
 (0)