Skip to content

Commit

Permalink
Update Console.php
Browse files Browse the repository at this point in the history
  • Loading branch information
eldadfux authored Nov 2, 2020
1 parent 8721e8b commit 0337918
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/CLI/Console.php
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ static public function execute(string $cmd, string $stdin, string &$stdout, stri
return (int)$status['exitcode'];
}

\usleep(100000);
\usleep(10000);
}

return 1;
Expand All @@ -186,4 +186,4 @@ static public function isInteractive(): bool
{
return ('cli' === PHP_SAPI && defined('STDOUT'));
}
}
}

0 comments on commit 0337918

Please sign in to comment.