Parcourir la source

Increase test timeout while waiting for ResizeObserver

panr il y a 5 ans
Parent
commit
432d784ed0

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

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