reduce test duration from 5 seconds to 1
This commit is contained in:
parent
a024240e5a
commit
52f1dbe7a2
1 changed files with 1 additions and 1 deletions
|
|
@ -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() {
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue