Skip to content

Commit

Permalink
extra stress time
Browse files Browse the repository at this point in the history
  • Loading branch information
neonphog committed Feb 11, 2025
1 parent a5d0467 commit 4207fde
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/tx5/tests/tests/stress.rs
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ async fn stress_msg_size(msg_count: usize, size: usize) {
.unwrap();
}

tokio::time::timeout(std::time::Duration::from_secs(10), async {
tokio::time::timeout(std::time::Duration::from_secs(30), async {
let mut got = 0;
loop {
tokio::time::sleep(std::time::Duration::from_millis(10)).await;
Expand Down

0 comments on commit 4207fde

Please sign in to comment.