From 3a53ca3e6b30218fa62c11d70ecdaea3fb756f87 Mon Sep 17 00:00:00 2001 From: ccremers Date: Mon, 14 Mar 2005 12:16:48 +0000 Subject: [PATCH] - 20 minutes should be a reasonable time bound... --- test/scythertest.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/test/scythertest.py b/test/scythertest.py index 30db6f5..dd058d6 100755 --- a/test/scythertest.py +++ b/test/scythertest.py @@ -79,7 +79,6 @@ def add_extra_parameters(args): # 1: thorough # def default_arguments(plist,match,bounds): - timer = 0 n = 2 + bounds # These bounds assume at least two protocols, otherwise # stuff breaks. @@ -99,7 +98,7 @@ def default_arguments(plist,match,bounds): maxruns = 3*nmin maxlength = 4 + maxruns * 6 elif bounds == 2: - timer = 0 + timer = 20 * 60 # 20 minutes maxruns = 3*nmin maxlength = 4 + maxruns * 6 else: