Bumped the default timeout to 30 seconds, so that slightly larger apps don't feel left out

This commit is contained in:
Nathan Broadbent 2012-01-14 11:51:56 +08:00
parent 70d76d166d
commit 5a774dca2f
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
}