From ba26e593aef0bcf12b72a448f754c7c501443222 Mon Sep 17 00:00:00 2001 From: Lloyd Hilaiel Date: Thu, 14 Jun 2012 15:08:17 +0300 Subject: [PATCH] amazon can be slow, increase timeouts --- ChangeLog | 3 +++ lib/ssh.js | 2 +- 2 files changed, 4 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index f1c5491..7e4e7dd 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,6 @@ +0.2.12 - + * amazon can be slow. increase some timeouts. + 0.2.11 - * dns.updateRecord() doesn't fail if no previous record exists diff --git a/lib/ssh.js b/lib/ssh.js index a7a8846..46bdd01 100644 --- a/lib/ssh.js +++ b/lib/ssh.js @@ -3,7 +3,7 @@ child_process = require('child_process'), temp = require('temp'), fs = require('fs'); -const MAX_TRIES = 20; +const MAX_TRIES = 40; exports.copyUpConfig = function(host, config, cb) { var tries = 0;