summaryrefslogtreecommitdiff
path: root/test
diff options
context:
space:
mode:
authorMichael Albinus <michael.albinus@gmx.de>2020-12-03 15:58:40 +0100
committerMichael Albinus <michael.albinus@gmx.de>2020-12-03 15:58:40 +0100
commit62fa6d19b3a43296119131fa3d3bad1704b6884c (patch)
treed4c4f179c9c8b4aa080236534d4064022b2a4240 /test
parenta4c27ceb50daea3488517cc729350e734484649f (diff)
downloademacs-62fa6d19b3a43296119131fa3d3bad1704b6884c.tar.gz
emacs-62fa6d19b3a43296119131fa3d3bad1704b6884c.tar.bz2
emacs-62fa6d19b3a43296119131fa3d3bad1704b6884c.zip
Fix auto-revert-test07-auto-revert-several-buffers
* test/lisp/autorevert-tests.el (auto-revert-test07-auto-revert-several-buffers): Adapt times values.
Diffstat (limited to 'test')
-rw-r--r--test/lisp/autorevert-tests.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/autorevert-tests.el b/test/lisp/autorevert-tests.el
index f59a847e352..84f87003fcf 100644
--- a/test/lisp/autorevert-tests.el
+++ b/test/lisp/autorevert-tests.el
@@ -589,7 +589,7 @@ This expects `auto-revert--messages' to be bound by
;; (with-auto-revert-test
(let ((auto-revert-use-notify t)
(tmpfile (make-temp-file "auto-revert-test"))
- (times '(60 30 15))
+ (times '(120 60 30 15))
(num-buffers 10)
require-final-newline buffers)