From 172ebc0d8f740a8cc73294449fa73997f748a0cf Mon Sep 17 00:00:00 2001 From: Pierre Riteau Date: Mon, 26 Apr 2010 11:28:44 +0200 Subject: [PATCH] Reduce polling time to 10 seconds, following a similar change in the API --- lib/gosen/deployment_run.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/gosen/deployment_run.rb b/lib/gosen/deployment_run.rb index fea54f5..6a41608 100644 --- a/lib/gosen/deployment_run.rb +++ b/lib/gosen/deployment_run.rb @@ -1,7 +1,7 @@ module Gosen class DeploymentRun # Time between two checks of the deployment run status - POLLING_TIME = 30 + POLLING_TIME = 10 attr_reader :environment, :nodes, :site, :ssh_public_key