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

Commit

Permalink
Final test.
Browse files Browse the repository at this point in the history
  • Loading branch information
jodator committed Jan 21, 2019
1 parent 45800f1 commit fa2b7cf
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 @@ -25,7 +25,7 @@ export function describeMemoryUsage( callback ) {
* @param {Function} editorCreator Callback which creates editor and returns it's `.create()` promise.
*/
export function testMemoryUsage( testName, editorCreator ) {
for ( let i = 0; i < 2; i++ ) {
for ( let i = 0; i < 20; i++ ) {
it.only( testName, function() {
this.timeout( 4000 );

Expand Down

0 comments on commit fa2b7cf

Please sign in to comment.