Skip to content

Commit

Permalink
test(e2e): bumping up timeout configs for Github Actions
Browse files Browse the repository at this point in the history
  • Loading branch information
jeffchew committed Oct 19, 2021
1 parent 0ee69e2 commit 4ec7645
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions packages/react/tests/e2e/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@
"pluginsFile": "tests/e2e/cypress/plugins/index.js",
"nodeVersion": "system",
"testFiles": "**/*.e2e.js",
"pageLoadTimeout": 10000,
"defaultCommandTimeout": 20000
"pageLoadTimeout": 40000,
"defaultCommandTimeout": 40000
}
4 changes: 2 additions & 2 deletions packages/web-components/tests/e2e/cypress.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@
"nodeVersion": "system",
"includeShadowDom": true,
"testFiles": "**/*.e2e.js",
"pageLoadTimeout": 10000,
"defaultCommandTimeout": 20000
"pageLoadTimeout": 40000,
"defaultCommandTimeout": 40000
}

0 comments on commit 4ec7645

Please sign in to comment.