Tweaking setup timer

This commit is contained in:
Jeffrey Morgan 2015-05-26 09:38:05 -07:00
parent d736a1f1e4
commit 38cf06f111
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...',
totalPercent: 60,
percent: 0,
seconds: 100,
seconds: 72,
run: Promise.coroutine(function* (progressCallback) {
setupUtil.simulateProgress(this.seconds, progressCallback);
var exists = yield machine.exists();