diff options
author | murphy <murphy@rubychan.de> | 2008-08-06 19:02:33 +0000 |
---|---|---|
committer | murphy <murphy@rubychan.de> | 2008-08-06 19:02:33 +0000 |
commit | ce3a4f1b699fb37eead1058a3be0593bbbf306fc (patch) | |
tree | 28bb1677669d2dcec9e4ffe44503f5f209ea6a88 /test | |
parent | 33003edff1e6a906228aa7579740a0f8073d54e8 (diff) | |
download | coderay-ce3a4f1b699fb37eead1058a3be0593bbbf306fc.tar.gz |
Increased default test sample size. Test will check more and take more time.
Diffstat (limited to 'test')
-rw-r--r-- | test/scanners/coderay_suite.rb | 2 |
1 files changed, 1 insertions, 1 deletions
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 |