diff --git a/core/ArchiveProcessor/SharedSiteIds.php b/core/ArchiveProcessor/SharedSiteIds.php index 0deeda80bb0..3d34812476f 100644 --- a/core/ArchiveProcessor/SharedSiteIds.php +++ b/core/ArchiveProcessor/SharedSiteIds.php @@ -115,7 +115,7 @@ private function runExclusive($closure) while ($process->isRunning() && $process->getSecondsSinceCreation() < 5) { // wait max 5 seconds, such an operation should not take longer - usleep(25); + usleep(25 * 1000); } $process->startProcess();