Browse Source

Increase test timeout while waiting for ResizeObserver

panr 5 years ago
parent
commit
432d784ed0
1 changed files with 1 additions and 1 deletions
  1. 1 1
      packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js

+ 1 - 1
packages/ckeditor5-ui/tests/toolbar/balloon/balloontoolbar.js

@@ -383,7 +383,7 @@ describe( 'BalloonToolbar', () => {
 				expect( balloonToolbar.toolbarView.maxWidth ).to.be.equal( '200px' );
 				expect( balloonToolbar.toolbarView.maxWidth ).to.be.equal( '200px' );
 
 
 				done();
 				done();
-			}, 100 );
+			}, 500 );
 		} );
 		} );
 	} );
 	} );