Skip to content

Commit

Permalink
chore: upgrade @web/test-runner and increase timeout (#6870)
Browse files Browse the repository at this point in the history
We've seen the odd timeout on the bots; increasing this in the hope that
it helps stop the flakes.
  • Loading branch information
jackfranklin committed Feb 11, 2021
1 parent 641ffc2 commit 0889b7e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Expand Up @@ -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",
Expand Down
1 change: 1 addition & 0 deletions web-test-runner.config.js
Expand Up @@ -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 }) {
Expand Down

0 comments on commit 0889b7e

Please sign in to comment.