diff options
Diffstat (limited to 'test/lisp/erc/resources/erc-d/erc-d-tests.el')
| -rw-r--r-- | test/lisp/erc/resources/erc-d/erc-d-tests.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/test/lisp/erc/resources/erc-d/erc-d-tests.el b/test/lisp/erc/resources/erc-d/erc-d-tests.el index f78ad80c43b..b161ea17305 100644 --- a/test/lisp/erc/resources/erc-d/erc-d-tests.el +++ b/test/lisp/erc/resources/erc-d/erc-d-tests.el | |||
| @@ -1221,7 +1221,7 @@ DIALOGS are symbols representing the base names of dialog files in | |||
| 1221 | (proc (apply #'start-process args))) | 1221 | (proc (apply #'start-process args))) |
| 1222 | (set-process-query-on-exit-flag proc nil) | 1222 | (set-process-query-on-exit-flag proc nil) |
| 1223 | (with-current-buffer buffer | 1223 | (with-current-buffer buffer |
| 1224 | (erc-d-t-search-for 5 "Starting") | 1224 | (erc-d-t-search-for 10 "Starting") |
| 1225 | (search-forward " (") | 1225 | (search-forward " (") |
| 1226 | (backward-char)) | 1226 | (backward-char)) |
| 1227 | (let ((pair (read buffer))) | 1227 | (let ((pair (read buffer))) |