Bumped the default timeout to 30 seconds #12

Merged
ndbroadbent merged 1 commits from bump_timeout into master 2012-01-14 15:13:56 +00:00
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
}