diff --git a/perf/throughput/turso/src/main.rs b/perf/throughput/turso/src/main.rs index 8679d2666..22d5ce20d 100644 --- a/perf/throughput/turso/src/main.rs +++ b/perf/throughput/turso/src/main.rs @@ -36,7 +36,7 @@ struct Args { #[arg( long = "timeout", - default_value = "50", + default_value = "30000", help = "Busy timeout in milliseconds" )] timeout: u64,