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