mirror of https://github.com/docker/docs.git
Tweaking setup timer
This commit is contained in:
parent
d736a1f1e4
commit
38cf06f111
|
@ -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: 100,
|
seconds: 72,
|
||||||
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();
|
||||||
|
|
Loading…
Reference in New Issue