DEV: Make legacy ember tests less likely to fail (#15147)

…on launch
This commit is contained in:
Jarek Radosz 2021-12-01 19:30:33 +01:00 committed by GitHub
parent 64e1ca6daa
commit df6e8b924e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 3 additions and 2 deletions

View File

@ -54,7 +54,8 @@ task "qunit:test", [:timeout, :qunit_path] do |_, args|
"DISCOURSE_SKIP_CSS_WATCHER" => "1",
"UNICORN_LISTENER" => "127.0.0.1:#{unicorn_port}",
"LOGSTASH_UNICORN_URI" => nil,
"UNICORN_WORKERS" => "3"
"UNICORN_WORKERS" => "1",
"UNICORN_TIMEOUT" => "90",
}
cmd = if ember_cli

View File

@ -148,7 +148,7 @@ async function runAllTests() {
});
}
console.log("navigate to ", url);
console.log("navigate to", url);
Page.navigate({ url });
Page.loadEventFired(async () => {