8
0
Просмотр исходного кода

Increase waitForDebounce timeout in tests.

Maciej Gołaszewski 6 лет назад
Родитель
Сommit
a905ff8d37
1 измененных файлов с 1 добавлено и 1 удалено
  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() {
-		return wait( 160 )();
+		return wait( 200 )();
 	}
 
 	function fireKeyDownEvent( options ) {