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

Increase timeout in mention ui test

Maciej Gołaszewski 6 лет назад
Родитель
Сommit
79258b86c6
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      packages/ckeditor5-mention/tests/mentionui.js

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

@@ -868,7 +868,7 @@ describe( 'MentionUI', () => {
 				feedCallbackTimeout = 200;
 
 				return Promise.resolve()
-					.then( wait( 20 ) )
+					.then( wait( 50 ) )
 					.then( () => {
 						sinon.assert.notCalled( feedCallbackStub );