Gulpfile mysql wait time reduced to 5 min

This commit is contained in:
Juan Ferrer 2019-01-26 20:43:31 +01:00
parent 14d958a44a
commit bf818e5822
1 changed files with 1 additions and 1 deletions

View File

@ -341,7 +341,7 @@ function dockerWait() {
let interval = 100;
let elapsedTime = 0;
let maxInterval = 30 * 60 * 1000;
let maxInterval = 5 * 60 * 1000;
log('Waiting for MySQL init process...');
checker();