8
0
Эх сурвалжийг харах

Increase waitForDebounce timeout in tests.

Maciej Gołaszewski 6 жил өмнө
parent
commit
a905ff8d37

+ 1 - 1
packages/ckeditor5-mention/tests/mentionui.js

@@ -1727,7 +1727,7 @@ describe( 'MentionUI', () => {
 	}
 
 	function waitForDebounce() {
-		return wait( 160 )();
+		return wait( 200 )();
 	}
 
 	function fireKeyDownEvent( options ) {