projects
/
tahoe-lafs
/
tahoe-lafs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1fe6575
)
check_memory: touch the hotline file more often, to avoid accidental timeout
author
Brian Warner
<warner@allmydata.com>
Fri, 21 Sep 2007 02:35:31 +0000
(19:35 -0700)
committer
Brian Warner
<warner@allmydata.com>
Fri, 21 Sep 2007 02:35:31 +0000
(19:35 -0700)
src/allmydata/test/check_memory.py
patch
|
blob
|
history
diff --git
a/src/allmydata/test/check_memory.py
b/src/allmydata/test/check_memory.py
index c62cfd84d6801d1c5935bb35e7c6695e305eea49..4da8f82187a2abdc2bd9582d185a33617c69fd76 100644
(file)
--- 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()