mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-07 01:04:26 +01:00
reduce amount of iterations in fuzz test
This commit is contained in:
@@ -268,7 +268,7 @@ mod tests {
|
||||
|
||||
let (mut rng, seed) = rng_from_time();
|
||||
log::info!("seed: {}", seed);
|
||||
for _ in 0..10240 {
|
||||
for _ in 0..1024 {
|
||||
let query = g.generate(&mut rng, sql, 50);
|
||||
log::info!("query: {}", query);
|
||||
let limbo = limbo_exec_row(&limbo_conn, &query);
|
||||
|
||||
Reference in New Issue
Block a user