Skip to content
Snippets Groups Projects
Commit 3ee6354f authored by Boris Feld's avatar Boris Feld
Browse files

Bump timeout to 120s for slow tests

parent ef7a11a4
No related branches found
No related tags found
No related merge requests found
......@@ -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__()
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment