mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
parent
64e1ca6daa
commit
df6e8b924e
@ -54,7 +54,8 @@ task "qunit:test", [:timeout, :qunit_path] do |_, args|
|
|||||||
"DISCOURSE_SKIP_CSS_WATCHER" => "1",
|
"DISCOURSE_SKIP_CSS_WATCHER" => "1",
|
||||||
"UNICORN_LISTENER" => "127.0.0.1:#{unicorn_port}",
|
"UNICORN_LISTENER" => "127.0.0.1:#{unicorn_port}",
|
||||||
"LOGSTASH_UNICORN_URI" => nil,
|
"LOGSTASH_UNICORN_URI" => nil,
|
||||||
"UNICORN_WORKERS" => "3"
|
"UNICORN_WORKERS" => "1",
|
||||||
|
"UNICORN_TIMEOUT" => "90",
|
||||||
}
|
}
|
||||||
|
|
||||||
cmd = if ember_cli
|
cmd = if ember_cli
|
||||||
|
Loading…
Reference in New Issue
Block a user