Skip to content

Commit 7d81a79

Browse files
committed
increase limit
Signed-off-by: Kyle Sayers <[email protected]>
1 parent 178d0ae commit 7d81a79

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tests/llmcompressor/conftest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ def check_for_created_files():
6161
f"Created files: {set(end_files_root) - set(start_files_root)}"
6262
)
6363

64-
max_allowed_sized_temp_files_megabytes = 1
64+
max_allowed_sized_temp_files_megabytes = 1.5
6565
end_files_temp = _get_files(directory=tempfile.gettempdir())
6666
created_temp_files = set(end_files_temp) - set(start_files_temp)
6767
# pytest temp files are automatically deleted, exclude from size calculation

0 commit comments

Comments
 (0)