diff --git a/benchmarks/basic_commands.py b/benchmarks/basic_commands.py index ef7a11a41ae9b29dc32440ca00ae4da696d343fe_YmVuY2htYXJrcy9iYXNpY19jb21tYW5kcy5weQ==..3ee6354fec6ee61f22d687bd41224a69725b4d45_YmVuY2htYXJrcy9iYXNpY19jb21tYW5kcy5weQ== 100644 --- 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__()