From 1c29065f1cf9f8791b14606d46a76776e952e61a Mon Sep 17 00:00:00 2001
From: Brian Warner <warner@allmydata.com>
Date: Thu, 20 Sep 2007 19:35:31 -0700
Subject: [PATCH] check_memory: touch the hotline file more often, to avoid
 accidental timeout

---
 src/allmydata/test/check_memory.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/allmydata/test/check_memory.py b/src/allmydata/test/check_memory.py
index c62cfd84..4da8f821 100644
--- a/src/allmydata/test/check_memory.py
+++ b/src/allmydata/test/check_memory.py
@@ -255,7 +255,7 @@ this file are ignored.
                                            "suicide_prevention_hotline")
         # now start updating the mtime.
         self.touch_keepalive()
-        ts = internet.TimerService(4.0, self.touch_keepalive)
+        ts = internet.TimerService(1.0, self.touch_keepalive)
         ts.setServiceParent(self.sparent)
 
         pp = ClientWatcher()
-- 
2.45.2