reduce test duration from 5 seconds to 1

This commit is contained in:
Brent Schroeter 2026-03-13 22:45:49 +00:00
parent a024240e5a
commit 52f1dbe7a2

View file

@ -7,7 +7,7 @@ use std::{
time::{Duration, Instant},
};
const DURATION_MS: u64 = 5000;
const DURATION_MS: u64 = 1000;
const BIND_ADDR: &str = "127.0.0.1:7000";
fn main() {