From 52f1dbe7a2ffc8cee3873b396c301d1651596da5 Mon Sep 17 00:00:00 2001 From: Brent Schroeter Date: Fri, 13 Mar 2026 22:45:49 +0000 Subject: [PATCH] reduce test duration from 5 seconds to 1 --- src/main.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/main.rs b/src/main.rs index 8c5f994..4e65f8e 100644 --- a/src/main.rs +++ b/src/main.rs @@ -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() {