Skip to content

Commit fc92213

Browse files
committed
test: fix
1 parent 701d098 commit fc92213

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

tests/_utils.rs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -77,13 +77,13 @@ impl Default for SampleWorkspace {
7777
MergeableFileSystemTree::<&str, String>::from(dir! {
7878
"flat" => dir! {
7979
"0" => file!("")
80-
"1" => file!("a".repeat(1000))
81-
"2" => file!("a".repeat(2000))
82-
"3" => file!("a".repeat(3000))
80+
"1" => file!("a".repeat(10000))
81+
"2" => file!("a".repeat(20000))
82+
"3" => file!("a".repeat(30000))
8383
}
8484
"nested" => dir! {
8585
"0" => dir! {
86-
"1" => file!("a".repeat(5000))
86+
"1" => file!("a".repeat(50000))
8787
}
8888
}
8989
"empty-dir" => dir! {}

0 commit comments

Comments
 (0)