From a37dd2c26968b22f3b875e686d95ddf31789c9f0 Mon Sep 17 00:00:00 2001 From: Jeffrey Morgan Date: Tue, 16 Jun 2015 16:09:29 -0700 Subject: [PATCH] Bump loading time estimation --- 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 15377b7186..7d8061bb55 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: 80, + seconds: 110, run: Promise.coroutine(function* (progressCallback) { setupUtil.simulateProgress(this.seconds, progressCallback); var exists = yield machine.exists();