Parcourir la source

Increase waitForDebounce timeout in tests.

Maciej Gołaszewski il y a 6 ans
Parent
commit
a905ff8d37
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      packages/ckeditor5-mention/tests/mentionui.js

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

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