DEV: uses standard browser_start_timeout (#14472)

This commit is contained in:
Joffrey JAFFEUX 2021-09-29 13:25:34 +02:00 committed by GitHub
parent 31970bd6fc
commit 2d4b9595e8
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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