diff --git a/src/cmd/ksh93/tests/leaks.sh b/src/cmd/ksh93/tests/leaks.sh index 746535024..4811314e6 100755 --- a/src/cmd/ksh93/tests/leaks.sh +++ b/src/cmd/ksh93/tests/leaks.sh @@ -66,7 +66,7 @@ fi # lucky. If the OS decides to randomly grow the memory heap, it may take more tries, but hopefully not more than # $max_iter iterations. If the loop counter reaches $max_iter, then we assume a memory leak and throw a test failure. -typeset -ir max_iter=16384 block_iter=128 min_good_blocks=16 +typeset -ir max_iter=65536 block_iter=128 min_good_blocks=16 # Set up test block construct. # Known leaks can be marked known=y to turn them into non-fail warnings.