summaryrefslogtreecommitdiff
path: root/test/lisp/erc/erc-scenarios-auth-source.el
diff options
context:
space:
mode:
Diffstat (limited to 'test/lisp/erc/erc-scenarios-auth-source.el')
-rw-r--r--test/lisp/erc/erc-scenarios-auth-source.el2
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/erc/erc-scenarios-auth-source.el b/test/lisp/erc/erc-scenarios-auth-source.el
index b25acf2fbd8..f0a7a4cbaca 100644
--- a/test/lisp/erc/erc-scenarios-auth-source.el
+++ b/test/lisp/erc/erc-scenarios-auth-source.el
@@ -56,7 +56,7 @@
(should (string= (buffer-name) (if id
(symbol-name id)
(format "127.0.0.1:%d" port))))
- (erc-d-t-wait-for 5 (eq erc-network 'FooNet))))))
+ (erc-d-t-wait-for 10 (eq erc-network 'FooNet))))))
(ert-deftest erc-scenarios-base-auth-source-server--dialed ()
:tags '(:expensive-test)