Show More
@@ -290,7 +290,7 b" if 'java' in sys.platform:" | |||
|
290 | 290 | defaults = { |
|
291 | 291 | 'jobs': ('HGTEST_JOBS', multiprocessing.cpu_count()), |
|
292 | 292 | 'timeout': ('HGTEST_TIMEOUT', 180), |
|
293 | 'slowtimeout': ('HGTEST_SLOWTIMEOUT', 500), | |
|
293 | 'slowtimeout': ('HGTEST_SLOWTIMEOUT', 1500), | |
|
294 | 294 | 'port': ('HGTEST_PORT', 20059), |
|
295 | 295 | 'shell': ('HGTEST_SHELL', 'sh'), |
|
296 | 296 | } |
General Comments 0
You need to be logged in to leave comments.
Login now