##// END OF EJS Templates
tests: bump default timeout to 360s...
Joerg Sonnenberger -
r47814:c853bc60 stable
parent child Browse files
Show More
@@ -326,7 +326,7 b" if 'java' in sys.platform:"
326
326
327 default_defaults = {
327 default_defaults = {
328 'jobs': ('HGTEST_JOBS', multiprocessing.cpu_count()),
328 'jobs': ('HGTEST_JOBS', multiprocessing.cpu_count()),
329 'timeout': ('HGTEST_TIMEOUT', 180),
329 'timeout': ('HGTEST_TIMEOUT', 360),
330 'slowtimeout': ('HGTEST_SLOWTIMEOUT', 1500),
330 'slowtimeout': ('HGTEST_SLOWTIMEOUT', 1500),
331 'port': ('HGTEST_PORT', 20059),
331 'port': ('HGTEST_PORT', 20059),
332 'shell': ('HGTEST_SHELL', 'sh'),
332 'shell': ('HGTEST_SHELL', 'sh'),
General Comments 0
You need to be logged in to leave comments. Login now