mirror of
https://github.com/codeninjasllc/discourse.git
synced 2025-03-25 06:11:20 -04: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…
Add table
Reference in a new issue