emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

scratch/sqlite 50e6a6c 2/2: Make multisession tests less extensive


From: Lars Ingebrigtsen
Subject: scratch/sqlite 50e6a6c 2/2: Make multisession tests less extensive
Date: Tue, 14 Dec 2021 04:07:49 -0500 (EST)

branch: scratch/sqlite
commit 50e6a6c21626573c81edf33376bbf5dabb1434e9
Author: Lars Ingebrigtsen <larsi@gnus.org>
Commit: Lars Ingebrigtsen <larsi@gnus.org>

    Make multisession tests less extensive
---
 test/lisp/emacs-lisp/multisession-tests.el | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/test/lisp/emacs-lisp/multisession-tests.el 
b/test/lisp/emacs-lisp/multisession-tests.el
index 20cfff2..8994f02 100644
--- a/test/lisp/emacs-lisp/multisession-tests.el
+++ b/test/lisp/emacs-lisp/multisession-tests.el
@@ -89,7 +89,7 @@
                                       (user-init-file "/tmp/bar.el"))
                                   (define-multisession-variable bar 0
                                     "" :synchronized t)
-                                  (dotimes (i 1000)
+                                  (dotimes (i 100)
                                     (cl-incf (multisession-value bar))))))))
             (while (process-live-p proc)
               (ignore-error 'sqlite-locked-error



reply via email to

[Prev in Thread] Current Thread [Next in Thread]