This commit is contained in:
Jeffrey Morgan 2015-03-06 13:50:57 -05:00
parent 075afdaf88
commit 65c3d2a9d3
1 changed files with 1 additions and 1 deletions

View File

@ -28,7 +28,7 @@ var Docker = {
return this._host;
},
waitForConnection: Promise.coroutine(function * (tries, delay) {
tries = tries || 5;
tries = tries || 10;
delay = delay || 1000;
var tryCount = 1;
while (true) {