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 701d098 commit f9be653Copy full SHA for f9be653
1 file changed
tests/_utils.rs
@@ -77,13 +77,13 @@ impl Default for SampleWorkspace {
77
MergeableFileSystemTree::<&str, String>::from(dir! {
78
"flat" => dir! {
79
"0" => file!("")
80
- "1" => file!("a".repeat(1000))
81
- "2" => file!("a".repeat(2000))
82
- "3" => file!("a".repeat(3000))
+ "1" => file!("a".repeat(100000))
+ "2" => file!("a".repeat(200000))
+ "3" => file!("a".repeat(300000))
83
}
84
"nested" => dir! {
85
"0" => dir! {
86
- "1" => file!("a".repeat(5000))
+ "1" => file!("a".repeat(500000))
87
88
89
"empty-dir" => dir! {}
0 commit comments