mirror of
https://github.com/codeninjasllc/discourse.git
synced 2024-11-23 15:48:43 -05:00
Increase timeout for spork startup.
This commit is contained in:
parent
98bf443d82
commit
bfa7a5fd67
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
guard 'spork' do
|
||||
guard :spork, wait: 120 do
|
||||
watch('config/application.rb')
|
||||
watch('config/environment.rb')
|
||||
watch(%r{^config/environments/.*\.rb$})
|
||||
|
|
Loading…
Reference in a new issue