From: David Bremner Date: Tue, 29 Jan 2013 23:06:37 +0000 (-0400) Subject: test: delay watchdog checks in emacs. X-Git-Tag: 0.15.2~3 X-Git-Url: https://git.cworth.org/git?a=commitdiff_plain;h=f021a062888b7940fe7ee049a88ae176837bcd96;hp=f021a062888b7940fe7ee049a88ae176837bcd96;p=obsolete%2Fnotmuch-old test: delay watchdog checks in emacs. 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. ---