From 38cf06f11130626461eaac066868feea0fed201c Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 26 May 2015 09:38:05 -0700 Subject: [PATCH] Tweaking setup timer --- src/stores/SetupStore.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/stores/SetupStore.js b/src/stores/SetupStore.js index 16d76f22bb..be11126a6e 100644 --- a/src/stores/SetupStore.js +++ b/src/stores/SetupStore.js @@ -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();