From f33f6eb682506e2b1401e9301118746cf3bb78b1 Mon Sep 17 00:00:00 2001 From: Thierry Parmentelat Date: Fri, 15 Jan 2010 10:02:08 +0000 Subject: [PATCH] tweak --- system/TestSlice.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/TestSlice.py b/system/TestSlice.py index be8ad58..24794b0 100644 --- a/system/TestSlice.py +++ b/system/TestSlice.py @@ -75,7 +75,7 @@ class TestSlice: found=True return (found,privatekey) - def check_slice(self,options,timeout_minutes=20,silent_minutes=4,period=15): + def check_slice(self,options,timeout_minutes=20,silent_minutes=10,period=15): timeout = datetime.datetime.now()+datetime.timedelta(minutes=timeout_minutes) graceout = datetime.datetime.now()+datetime.timedelta(minutes=silent_minutes) # locate a key -- 2.47.0