Skip to content

Commit 1e1ff3c

Browse files
committed
[Try to address #1589] Increase debugger's timeout on accept-process-output
1 parent d8aed58 commit 1e1ff3c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cider-debug.el

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ In order to work properly, this mode must be activated by
329329
;; doesn't accidentally hit `n' between two messages (thus editing the code).
330330
(when-let ((proc (unless nrepl-ongoing-sync-request
331331
(get-buffer-process (cider-current-connection)))))
332-
(accept-process-output proc 0.5))
332+
(accept-process-output proc 1))
333333
(unless cider--debug-mode
334334
(setq buffer-read-only nil)
335335
(cider--debug-remove-overlays (current-buffer)))

0 commit comments

Comments
 (0)