mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
DEV: uses standard browser_start_timeout (#14472)
This commit is contained in:
parent
31970bd6fc
commit
2d4b9595e8
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user