From 0889b7eb661074601814a2c109e296c14838c392 Mon Sep 17 00:00:00 2001 From: Jack Franklin Date: Thu, 11 Feb 2021 11:38:22 +0000 Subject: [PATCH] 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. --- package.json | 2 +- web-test-runner.config.js | 1 + 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/package.json b/package.json index c8ec001dd5c80..49d70606447d7 100644 --- a/package.json +++ b/package.json @@ -82,7 +82,7 @@ "@types/ws": "^7.2.4", "@typescript-eslint/eslint-plugin": "^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", "cross-env": "^7.0.2", "eslint": "^7.10.0", diff --git a/web-test-runner.config.js b/web-test-runner.config.js index 8cf8ad5361dff..39a9b0167466e 100644 --- a/web-test-runner.config.js +++ b/web-test-runner.config.js @@ -17,6 +17,7 @@ const { chromeLauncher } = require('@web/test-runner-chrome'); module.exports = { files: ['test-browser/**/*.spec.js'], + browserStartTimeout: 60 * 1000, browsers: [ chromeLauncher({ async createPage({ browser }) {