Skip to content

Commit fd0fddf

Browse files
committed
add timeout after cache refresh
1 parent 6256526 commit fd0fddf

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

src/_support/Helper/PimcoreCore.php

+2
Original file line numberDiff line numberDiff line change
@@ -214,6 +214,8 @@ protected function setConfiguration($configuration = null)
214214
$cacheDir = $this->kernel->getCacheDir();
215215

216216
unlink($cacheDir . '/' . $class . '.php');
217+
218+
sleep(2);
217219
}
218220

219221
$bundleTestPath = getenv('TEST_BUNDLE_TEST_DIR');

0 commit comments

Comments
 (0)