diff --git a/tests/integration/fuzz/mod.rs b/tests/integration/fuzz/mod.rs index f5e96dee2..f343bc043 100644 --- a/tests/integration/fuzz/mod.rs +++ b/tests/integration/fuzz/mod.rs @@ -2494,7 +2494,6 @@ mod tests { } #[test] - #[ignore] pub fn fuzz_long_create_table_drop_table_alter_table() { let db = TempDatabase::new_empty(true); let limbo_conn = db.connect_limbo(); @@ -2515,7 +2514,7 @@ mod tests { let mut undroppable_cols = HashSet::new(); - for iteration in 0..50000 { + for iteration in 0..5000 { println!("iteration: {iteration} (seed: {seed})"); let operation = rng.random_range(0..100); // 0: create, 1: drop, 2: alter, 3: alter rename