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.
2 parents ff80da8 + 4e4093e commit 9f2f0d5Copy full SHA for 9f2f0d5
1 file changed
src/Command/AbstractWebEngineCommand.php
@@ -86,6 +86,8 @@ public function executeScript(
86
if(strlen(trim($errorOutput)) > 0) {
87
$this->write($errorOutput, Stream::ERROR);
88
}
89
+
90
+ usleep(100000);
91
92
while($processPool->numRunning() > 0);
93
0 commit comments