blob: 9dde553ac53847a0486f8622d47d0ef7b02fa11f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
|
Fix test failure on HPPA
https://bugs.gentoo.org/920696
--- emacs-29.4/test/lisp/erc/erc-networks-tests.el
+++ emacs-29.4/test/lisp/erc/erc-networks-tests.el
@@ -136,10 +136,12 @@
(with-temp-buffer
(setq erc-networks--id (erc-networks--id-fixed-create 'oldest)
oldest (current-buffer))
+ (sleep-for 0.02)
(with-temp-buffer
(setq erc-networks--id (erc-networks--id-fixed-create 'middle)
middle (current-buffer))
+ (sleep-for 0.02)
(with-temp-buffer
(setq erc-networks--id (erc-networks--id-fixed-create 'newest)
|