Skip to content

Commit

Permalink
Increased Rails server timeout to 45 seconds in Guardfile [ci skip]
Browse files Browse the repository at this point in the history
  • Loading branch information
ndbroadbent committed Jan 18, 2012
1 parent 39d74d5 commit 3083698
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Guardfile
@@ -1,7 +1,7 @@
# A sample Guardfile
# More info at https://github.com/guard/guard#readme

guard 'rails', :timeout => 30, :server => :thin do
guard 'rails', :timeout => 45, :server => :thin do
watch('Gemfile.lock')
watch(%r{^(config|lib)/.*})
end
Expand Down

0 comments on commit 3083698

Please sign in to comment.