Skip to content

Commit

Permalink
Increase timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
spacedmonkey committed May 29, 2020
1 parent 4e10450 commit ea72ddf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/e2e/config/bootstrap.js
Original file line number Diff line number Diff line change
Expand Up @@ -168,7 +168,7 @@ beforeAll( async () => {
height: 948,
} );
await page.setDefaultNavigationTimeout( 10000 );
await page.setDefaultTimeout( 10000 );
await page.setDefaultTimeout( 20000 );
} );

// eslint-disable-next-line jest/require-top-level-describe
Expand Down

0 comments on commit ea72ddf

Please sign in to comment.