From ce3a4f1b699fb37eead1058a3be0593bbbf306fc Mon Sep 17 00:00:00 2001 From: murphy Date: Wed, 6 Aug 2008 19:02:33 +0000 Subject: Increased default test sample size. Test will check more and take more time. --- test/scanners/coderay_suite.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/scanners/coderay_suite.rb') diff --git a/test/scanners/coderay_suite.rb b/test/scanners/coderay_suite.rb index 01d3393..1982b34 100644 --- a/test/scanners/coderay_suite.rb +++ b/test/scanners/coderay_suite.rb @@ -101,7 +101,7 @@ module CodeRay else MAX_CODE_SIZE_TO_HIGHLIGHT = 5_000_000 MAX_CODE_SIZE_TO_TEST = 5_000_000 - DEFAULT_MAX = 128 + DEFAULT_MAX = 512 end class << self -- cgit v1.2.1