Merge pull request #12 from ndbroadbent/bump_timeout

Bumped the default timeout to 30 seconds
This commit is contained in:
John Bintz 2012-01-14 07:13:56 -08:00
commit 9ce3667e35
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ module Guard
:environment => 'development',
:start_on_start => true,
:force_run => false,
:timeout => 20,
:timeout => 30,
:server => nil,
:debugger => false
}