Submitter | Pierre-Yves David |
---|---|
Date | Feb. 24, 2019, 7:42 p.m. |
Message ID | <e1e189e4b1780a87c28f.1551037363@nodosa.octopoid.net> |
Download | mbox | patch |
Permalink | /patch/38911/ |
State | Accepted |
Headers | show |
Comments
Patch
diff --git a/tests/run-tests.py b/tests/run-tests.py --- a/tests/run-tests.py +++ b/tests/run-tests.py @@ -290,7 +290,7 @@ if 'java' in sys.platform: defaults = { 'jobs': ('HGTEST_JOBS', multiprocessing.cpu_count()), 'timeout': ('HGTEST_TIMEOUT', 180), - 'slowtimeout': ('HGTEST_SLOWTIMEOUT', 500), + 'slowtimeout': ('HGTEST_SLOWTIMEOUT', 1500), 'port': ('HGTEST_PORT', 20059), 'shell': ('HGTEST_SHELL', 'sh'), }