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.
1 parent eae3309 commit 10625a8Copy full SHA for 10625a8
dev/tests/api-functional/framework/Magento/TestFramework/TestCase/GraphQlAbstract.php
@@ -263,7 +263,7 @@ protected function runTest()
263
$resetConfig = $this->resetAddedSection($initialConfig, $currentConfig, $cacheSaltPathChunks);
264
$resetFileContents = $this->formatter->format($resetConfig);
265
$directoryWrite = $this->filesystem->getDirectoryWrite(DirectoryList::CONFIG);
266
- sleep(1);
+ sleep(4);
267
$directoryWrite->writeFile($this->envConfigPath, $resetFileContents);
268
}
269
0 commit comments