Skip to content

Commit cd31cf0

Browse files
committed
test: create fewer files
1 parent 52a1e9a commit cd31cf0

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

tests/deduplicate_hardlinks.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ fn multiple_hardlinks_to_a_single_file_without_deduplication() {
160160

161161
#[test]
162162
fn complex_tree_with_shared_and_unique_files_with_deduplication() {
163-
let files_per_branch = 256;
163+
let files_per_branch = 2 * 3 * 4;
164164
let workspace =
165165
SampleWorkspace::complex_tree_with_shared_and_unique_files(files_per_branch, 100_000);
166166

@@ -374,7 +374,7 @@ fn complex_tree_with_shared_and_unique_files_with_deduplication() {
374374

375375
#[test]
376376
fn complex_tree_with_shared_and_unique_files_without_deduplication() {
377-
let files_per_branch = 256;
377+
let files_per_branch = 2 * 3 * 4;
378378
let workspace =
379379
SampleWorkspace::complex_tree_with_shared_and_unique_files(files_per_branch, 100_000);
380380

0 commit comments

Comments
 (0)