K 10 svn:author V 8 gallatin K 8 svn:date V 27 1999-10-18T17:55:38.000000Z K 7 svn:log V 349 Increase the timeout to be 3*hz. This recalibrates the timeout so that it has the same value on all platforms. Previously it was just under 3 seconds on x86 (typically hz<=128) and just under 1/3 of a second on alpha (typically hz>=1024). This covers up a race between ad_interrupt() and ad_timeout() which is being looked into. reviewd by: sos END