Skip to content
Snippets Groups Projects
Commit f4a76e419bc8 authored by Pierre-Yves David's avatar Pierre-Yves David :octopus:
Browse files

time_archive: run 3 time

Archive is a fairly long benchmark in all tests. We fix the number of run to 3
to work around limitation of the current ASV scheduling.
parent d4af0d776a23
No related branches found
No related tags found
No related merge requests found
......@@ -126,6 +126,11 @@
class ArchiveTimeTestSuite(BaseTestSuite):
# work-around repeat because mozilla central en netbeans are very slow
# mercurial's own archive is about a second so it would use more run.
repeat = 3
number = 1
timeout = 300
param_names = TimeTestSuite.param_names + ['type']
# The "file" type have been disabled. It does not yield very different
......
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