From 1ee237d1a12c8132361f99396215a69d132dad5c Mon Sep 17 00:00:00 2001 From: John Wiegley Date: Sun, 8 Mar 2009 00:48:56 -0400 Subject: Disabled some tests, which were running too slowly --- test/LedgerHarness.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'test/LedgerHarness.py') diff --git a/test/LedgerHarness.py b/test/LedgerHarness.py index 0668cfa6..cc3b04cd 100755 --- a/test/LedgerHarness.py +++ b/test/LedgerHarness.py @@ -32,8 +32,8 @@ class LedgerHarness: env['MallocGuardEdges'] = '1' env['MallocScribble'] = '1' env['MallocPreScribble'] = '1' - env['MallocCheckHeapStart'] = '100' - env['MallocCheckHeapEach'] = '100' + env['MallocCheckHeapStart'] = '1000' + env['MallocCheckHeapEach'] = '10000' env['DYLD_INSERT_LIBRARIES'] = '/usr/lib/libgmalloc.dylib' env['MALLOC_PROTECT_BEFORE'] = '1' env['MALLOC_FILL_SPACE'] = '1' -- cgit v1.2.3