Skip to content

Commit

Permalink
Update default timeout for pages e2e tests
Browse files Browse the repository at this point in the history
  • Loading branch information
gavande1 committed Jan 20, 2025
1 parent 8d73856 commit 1f05d66
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/e2e/specs/editor/editor__page-basic-flow.ts
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,7 @@ describe( DataHelper.createSuiteTitle( 'Editor: Basic Post Flow' ), function ()

beforeAll( async () => {
page = await browser.newPage();
page.setDefaultTimeout( 15000 );

const testAccount = new TestAccount( accountName );
await testAccount.authenticate( page );
Expand Down

0 comments on commit 1f05d66

Please sign in to comment.