浏览代码

Bump timeout to try and appease travis

JC Brand 6 年之前
父节点
当前提交
7750194522
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      spec/omemo.js

+ 1 - 1
spec/omemo.js

@@ -350,7 +350,7 @@
 
             spyOn(_converse.connection, 'send');
             _converse.connection._dataRecv(test_utils.createRequest(stanza));
-            await test_utils.waitUntil(() => _converse.connection.send.calls.count());
+            await test_utils.waitUntil(() => _converse.connection.send.calls.count(), 1000);
             const sent_stanza = _converse.connection.send.calls.all()[0].args[0];
 
             expect(Strophe.serialize(sent_stanza)).toBe(