mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-03-11 02:12:21 -05:00
parent
e0970bff8e
commit
5acc2a9c30
1 changed files with 1 additions and 1 deletions
|
@ -97,7 +97,7 @@ function forkGhost(newConfig, envName) {
|
|||
/*jshint unused:false*/
|
||||
pingTries = pingTries + 1;
|
||||
// continue checking
|
||||
if (pingTries >= 50 && pingStop()) {
|
||||
if (pingTries >= 100 && pingStop()) {
|
||||
child.kill();
|
||||
reject(new Error('Timed out waiting for child process'));
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue