aboutsummaryrefslogtreecommitdiff
path: root/rpkid/tests
diff options
context:
space:
mode:
Diffstat (limited to 'rpkid/tests')
-rw-r--r--rpkid/tests/yamltest.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/rpkid/tests/yamltest.py b/rpkid/tests/yamltest.py
index 2bcda77c..b67e3541 100644
--- a/rpkid/tests/yamltest.py
+++ b/rpkid/tests/yamltest.py
@@ -720,9 +720,9 @@ try:
print
signal.signal(signal.SIGCHLD, signal.SIG_DFL)
- for i in xrange(19):
+ for i in xrange(29):
for p in progs:
- if p.poll() is None and i % 5 == 0:
+ if p.poll() is None and i % 15 == 0:
print "Politely nudging pid %d" % p.pid
p.terminate()
if all(p.poll() is not None for p in progs):