Gulpfile mysql wait time reduced to 5 min
This commit is contained in:
parent
14d958a44a
commit
bf818e5822
|
@ -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();
|
||||
|
|
Loading…
Reference in New Issue