mirror of
https://github.com/discourse/discourse.git
synced 2025-02-25 18:55:32 -06:00
DEV: uses standard browser_start_timeout (#14472)
This commit is contained in:
@@ -29,6 +29,7 @@ module.exports = {
|
||||
launch_in_dev: ["Chrome"],
|
||||
tap_failed_tests_only: true,
|
||||
parallel: 1, // disable parallel tests for stability
|
||||
browser_start_timeout: 120,
|
||||
browser_args: {
|
||||
Chrome: [
|
||||
// --no-sandbox is needed when running Chrome inside a container
|
||||
|
||||
Reference in New Issue
Block a user