Skip to content

Commit

Permalink
Reduce polling time to 10 seconds, following a similar change in the API
Browse files Browse the repository at this point in the history
  • Loading branch information
priteau committed Apr 26, 2010
1 parent 9630b7d commit 172ebc0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion 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

Expand Down

0 comments on commit 172ebc0

Please sign in to comment.