mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-02-17 12:11:16 -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/application.rb')
|
||||||
watch('config/environment.rb')
|
watch('config/environment.rb')
|
||||||
watch(%r{^config/environments/.*\.rb$})
|
watch(%r{^config/environments/.*\.rb$})
|
||||||
|
|
Loading…
Reference in a new issue