Bump loading time estimation

This commit is contained in:
Jeffrey Morgan 2015-06-16 16:09:29 -07:00
parent 88b0e4f36e
commit a37dd2c269
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ var _steps = [{
message: 'To run Docker containers on your computer, Kitematic is starting a Linux virtual machine. This may take a minute...', message: 'To run Docker containers on your computer, Kitematic is starting a Linux virtual machine. This may take a minute...',
totalPercent: 60, totalPercent: 60,
percent: 0, percent: 0,
seconds: 80, seconds: 110,
run: Promise.coroutine(function* (progressCallback) { run: Promise.coroutine(function* (progressCallback) {
setupUtil.simulateProgress(this.seconds, progressCallback); setupUtil.simulateProgress(this.seconds, progressCallback);
var exists = yield machine.exists(); var exists = yield machine.exists();