Skip to content

Commit

Permalink
touch test
Browse files Browse the repository at this point in the history
  • Loading branch information
Unitech committed Nov 13, 2024
1 parent fa27f25 commit f5fb34e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/God.js
Original file line number Diff line number Diff line change
Expand Up @@ -267,7 +267,7 @@ God.executeApp = function executeApp(env, cb) {
if (clu.pm2_env)
God.clusters_db[clu.pm2_env.pm_id].state = 'online'
return readyCb(clu)
}, 100)
}, 30)
}

clu.once('error', function(err) {
Expand Down

0 comments on commit f5fb34e

Please sign in to comment.