]> git.notmuchmail.org Git - notmuch/commitdiff
test: delay watchdog checks in emacs.
authorDavid Bremner <bremner@debian.org>
Tue, 29 Jan 2013 23:06:37 +0000 (19:06 -0400)
committerDavid Bremner <bremner@debian.org>
Tue, 29 Jan 2013 23:17:07 +0000 (19:17 -0400)
Instead of checking immediately for the watched process, delay a
minute, or in the case that process-attributes returns nil, for two
minutes.  This is intended to cope with the case that
process-attributes is unimplimented, and returns always returns nil.
In this case, the watchdog check is the same as the two minute limit
imposed by timeout.


No differences found