Skip to content

Commit

Permalink
Only type 450 times to avoid hitting the 1,000s test timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
dmsnell committed Feb 13, 2023
1 parent 4f52913 commit 714949b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/e2e-tests/specs/performance/post-editor.test.js
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,7 @@ describe( 'Post Editor Performance', () => {
readFile( join( __dirname, '../../assets/large-post.html' ) )
);
await insertBlock( 'Paragraph' );
let i = 800;
let i = 450;
await page.tracing.start( {
path: traceFile,
screenshots: false,
Expand Down

0 comments on commit 714949b

Please sign in to comment.