diff options
author | John Wiegley <johnw@newartisans.com> | 2009-03-08 00:48:56 -0400 |
---|---|---|
committer | John Wiegley <johnw@newartisans.com> | 2009-03-08 00:48:56 -0400 |
commit | 1ee237d1a12c8132361f99396215a69d132dad5c (patch) | |
tree | 95abc6a722350e9fa6819ea4b0de57d7a0ff8b88 /test/LedgerHarness.py | |
parent | 3cc2520a3295e6f28f29575754bad2154532accc (diff) | |
download | fork-ledger-1ee237d1a12c8132361f99396215a69d132dad5c.tar.gz fork-ledger-1ee237d1a12c8132361f99396215a69d132dad5c.tar.bz2 fork-ledger-1ee237d1a12c8132361f99396215a69d132dad5c.zip |
Disabled some tests, which were running too slowly
Diffstat (limited to 'test/LedgerHarness.py')
-rwxr-xr-x | test/LedgerHarness.py | 4 |
1 files changed, 2 insertions, 2 deletions
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' |