Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
fafhrd91 committed Jan 7, 2024
1 parent e838fa1 commit 3a88a30
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(500)).await;
assert!(!check.load(Relaxed));

sleep(Millis(3000)).await;
sleep(Millis(3100)).await;
assert!(check.load(Relaxed));

Ok(())
Expand Down

0 comments on commit 3a88a30

Please sign in to comment.