Skip to content
This repository has been archived by the owner on Jul 23, 2023. It is now read-only.

Commit

Permalink
Merge pull request #12 from ndbroadbent/bump_timeout
Browse files Browse the repository at this point in the history
Bumped the default timeout to 30 seconds
  • Loading branch information
johnbintz committed Jan 14, 2012
2 parents 5c1e36f + 5a774dc commit 9ce3667
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/guard/rails.rb
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Rails < ::Guard::Guard
:environment => 'development',
:start_on_start => true,
:force_run => false,
:timeout => 20,
:timeout => 30,
:server => nil,
:debugger => false
}
Expand Down

0 comments on commit 9ce3667

Please sign in to comment.