Skip to content

Commit

Permalink
[test] Increase timeout for XGrid demo (#1150)
Browse files Browse the repository at this point in the history
  • Loading branch information
oliviertassinari committed Mar 3, 2021
1 parent cad4f90 commit 025d2f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion test/regressions/index.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ async function main() {

it(`creates screenshots of ${pathURL}`, async function test() {
if (pathURL === '/docs-components-data-grid-overview/XGridDemo') {
this.timeout(5000);
this.timeout(6000);
}

// Use client-side routing which is much faster than full page navigation via page.goto().
Expand Down

0 comments on commit 025d2f3

Please sign in to comment.