Skip to content
This repository has been archived by the owner on Jun 26, 2020. It is now read-only.

Commit

Permalink
Increate test timeout.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jan 21, 2019
1 parent fa2b7cf commit a9da39c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/_utils/memory.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ export function describeMemoryUsage( callback ) {
export function testMemoryUsage( testName, editorCreator ) {
for ( let i = 0; i < 20; i++ ) {
it.only( testName, function() {
this.timeout( 4000 );
this.timeout( 5000 );

return runTest( editorCreator );
} );
Expand Down

0 comments on commit a9da39c

Please sign in to comment.