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 52a1e9a commit cd31cf0Copy full SHA for cd31cf0
1 file changed
tests/deduplicate_hardlinks.rs
@@ -160,7 +160,7 @@ fn multiple_hardlinks_to_a_single_file_without_deduplication() {
160
161
#[test]
162
fn complex_tree_with_shared_and_unique_files_with_deduplication() {
163
- let files_per_branch = 256;
+ let files_per_branch = 2 * 3 * 4;
164
let workspace =
165
SampleWorkspace::complex_tree_with_shared_and_unique_files(files_per_branch, 100_000);
166
@@ -374,7 +374,7 @@ fn complex_tree_with_shared_and_unique_files_with_deduplication() {
374
375
376
fn complex_tree_with_shared_and_unique_files_without_deduplication() {
377
378
379
380
0 commit comments