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
|
||||||
|
|
|
@ -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 () => {
|
||||||
|
|
Loading…
Reference in New Issue