diff options
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 |