mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
reduce attempts for fuzz_long overflow
This commit is contained in:
parent
7143e43dd4
commit
b135bf449f
1 changed files with 1 additions and 1 deletions
|
@ -6738,7 +6738,7 @@ mod tests {
|
|||
#[test]
|
||||
#[ignore]
|
||||
pub fn fuzz_long_btree_insert_fuzz_run_overflow() {
|
||||
btree_insert_fuzz_run(64, 5_000, |rng| (rng.next_u32() % 32 * 1024) as usize);
|
||||
btree_insert_fuzz_run(2, 5_000, |rng| (rng.next_u32() % 32 * 1024) as usize);
|
||||
}
|
||||
|
||||
#[allow(clippy::arc_with_non_send_sync)]
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue