chore: upgrade @web/test-runner and increase timeout (#6870)

We've seen the odd timeout on the bots; increasing this in the hope that
it helps stop the flakes.
This commit is contained in:
Jack Franklin 2021-02-11 11:38:22 +00:00 committed by GitHub
parent 641ffc2a20
commit 0889b7eb66
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 1 deletions

View File

@ -82,7 +82,7 @@
"@types/ws": "^7.2.4", "@types/ws": "^7.2.4",
"@typescript-eslint/eslint-plugin": "^4.4.0", "@typescript-eslint/eslint-plugin": "^4.4.0",
"@typescript-eslint/parser": "^4.4.0", "@typescript-eslint/parser": "^4.4.0",
"@web/test-runner": "^0.9.2", "@web/test-runner": "^0.12.15",
"commonmark": "^0.28.1", "commonmark": "^0.28.1",
"cross-env": "^7.0.2", "cross-env": "^7.0.2",
"eslint": "^7.10.0", "eslint": "^7.10.0",

View File

@ -17,6 +17,7 @@ const { chromeLauncher } = require('@web/test-runner-chrome');
module.exports = { module.exports = {
files: ['test-browser/**/*.spec.js'], files: ['test-browser/**/*.spec.js'],
browserStartTimeout: 60 * 1000,
browsers: [ browsers: [
chromeLauncher({ chromeLauncher({
async createPage({ browser }) { async createPage({ browser }) {