Skip to content
Snippets Groups Projects
Commit 8ffc0035a0e7 authored by Philippe Pepiot's avatar Philippe Pepiot
Browse files

set timeout to 1800 (30 minutes) for all exchange benchmarks

For older versions of mercurial (like 3.2.3) on big repos (like netbeans),
exchange benchmarks can take ~60s to run, with 20 repeatitions it take 20
minutes to have a value. Set the timeout to 30 minutes then.
parent 039b164ab761
No related branches found
No related tags found
No related merge requests found
......@@ -130,6 +130,7 @@
[None, 'default']]
timer = timeit.default_timer
sample_time = 10
timeout = 1800
def _remote_path_cmd(self, path):
if self.repo_type == 'local':
......@@ -194,7 +195,6 @@
class PushPullTimeSuite(BaseExchangeTimeSuite):
timeout = 300
# Force setup to be called between two push or pull
number = 1
repeat = 20
......
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