We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 81729c2 commit 80cdeb4Copy full SHA for 80cdeb4
test/jupyter-test.el
@@ -529,10 +529,8 @@
529
;; `jupyter-hb-unpause' needs to explicitly called
530
(should (oref channel paused)))
531
(jupyter-hb-unpause channel)
532
- (sleep-for 0.2)
533
- ;; It seems the timers are run after returning from the first `sleep-for'
534
- ;; call.
535
- (sleep-for 0.1)
+ (jupyter-with-timeout (nil jupyter-long-timeout)
+ (oref channel paused))
536
(ert-info ("After unpausing and waiting")
537
(should (oref channel paused))
538
(should-not (oref channel beating))
0 commit comments