# HG changeset patch # User Boris Feld <boris.feld@octobus.net> # Date 1508917818 -7200 # Wed Oct 25 09:50:18 2017 +0200 # Node ID 3ee6354fec6ee61f22d687bd41224a69725b4d45 # Parent ef7a11a41ae9b29dc32440ca00ae4da696d343fe Bump timeout to 120s for slow tests diff --git a/benchmarks/basic_commands.py b/benchmarks/basic_commands.py --- a/benchmarks/basic_commands.py +++ b/benchmarks/basic_commands.py @@ -19,6 +19,7 @@ params = [REPOS] param_names = ["repo"] + timeout = 120 def setup(self, repo_name): venv = os.path.abspath(os.path.join(os.path.dirname(sys.executable), "..")) @@ -176,6 +177,7 @@ params = [REPOS, [10, 100, 1000, 10000]] param_names = ["repo", "changesets"] + timeout = 120 def __init__(self): super(LogTimeTestSuite, self).__init__() @@ -218,6 +220,7 @@ params = [REPOS, [10, 100, 1000, 10000]] param_names = ["repo", "changesets"] + timeout = 120 def __init__(self): super(UpdateTimeTestSuite, self).__init__()