mirror of
https://github.com/discourse/discourse.git
synced 2025-06-06 01:34:39 +08:00
@ -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
|
||||||
|
@ -148,7 +148,7 @@ async function runAllTests() {
|
|||||||
});
|
});
|
||||||
}
|
}
|
||||||
|
|
||||||
console.log("navigate to ", url);
|
console.log("navigate to", url);
|
||||||
Page.navigate({ url });
|
Page.navigate({ url });
|
||||||
|
|
||||||
Page.loadEventFired(async () => {
|
Page.loadEventFired(async () => {
|
||||||
|
Reference in New Issue
Block a user