reduce line count
authorJacob Lifshay <programmerjake@gmail.com>
Sat, 3 Jun 2023 03:33:57 +0000 (20:33 -0700)
committerJacob Lifshay <programmerjake@gmail.com>
Sat, 3 Jun 2023 03:33:57 +0000 (20:33 -0700)
pytest_output_to_files.py

index 82e848451c83e4dc53f186664e37901cad610779..7be7ba056a7fb73ea2dd584b466693028c9c83e5 100644 (file)
@@ -12,7 +12,7 @@ if os.name != 'posix':
     raise ValueError(
         f"{sys.platform} is not supported by pytest-output-to-files")
 
-_DEFAULT_LINE_LIMIT = 5000
+_DEFAULT_LINE_LIMIT = 500
 
 
 class _Capture: