Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Apr 15, 2024
1 parent 3ae349c commit c373dd1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/test_server.rs
Original file line number Diff line number Diff line change
Expand Up @@ -769,7 +769,7 @@ async fn test_frame_read_rate() -> std::io::Result<()> {
sleep(Millis(1000)).await;
assert!(!check.load(Relaxed));

sleep(Millis(2100)).await;
sleep(Millis(2300)).await;
assert!(check.load(Relaxed));

Ok(())
Expand Down

0 comments on commit c373dd1

Please sign in to comment.