branch: externals/pyim
commit 93ede76eefe0627ef63350c921e5b7f2d0bcbbc4
Author: Feng Shu <tuma...@163.com>
Commit: Feng Shu <tuma...@163.com>

    * tests/pyim-tests.el (pyim-tests-pyim-time-limit-while): limit * 1.5  -> 
limit * 2.
---
 tests/pyim-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/tests/pyim-tests.el b/tests/pyim-tests.el
index 0593138..485eaea 100644
--- a/tests/pyim-tests.el
+++ b/tests/pyim-tests.el
@@ -98,7 +98,7 @@
         (limit 0.1))
     (pyim-time-limit-while t limit
       t)
-    (should (< (float-time (time-since time)) (* limit 1.5)))))
+    (should (< (float-time (time-since time)) (* limit 2)))))
 
 ;; ** pyim-pymap 相关单元测试
 (ert-deftest pyim-tests-pyim-pymap ()

Reply via email to