We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 178d0ae commit 7d81a79Copy full SHA for 7d81a79
tests/llmcompressor/conftest.py
@@ -61,7 +61,7 @@ def check_for_created_files():
61
f"Created files: {set(end_files_root) - set(start_files_root)}"
62
)
63
64
- max_allowed_sized_temp_files_megabytes = 1
+ max_allowed_sized_temp_files_megabytes = 1.5
65
end_files_temp = _get_files(directory=tempfile.gettempdir())
66
created_temp_files = set(end_files_temp) - set(start_files_temp)
67
# pytest temp files are automatically deleted, exclude from size calculation
0 commit comments