Skip to content

Commit

Permalink
Increase stream timeout to 1 sec to fix flaky tests (#28983)
Browse files Browse the repository at this point in the history
  • Loading branch information
lijunwangs committed Nov 30, 2022
1 parent 491d4f3 commit 16e2c5c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion streamer/src/nonblocking/quic.rs
Original file line number Diff line number Diff line change
Expand Up @@ -1016,7 +1016,7 @@ pub mod test {
MAX_STAKED_CONNECTIONS,
MAX_UNSTAKED_CONNECTIONS,
stats.clone(),
100,
1000,
)
.unwrap();
(t, exit, receiver, server_address, stats)
Expand Down

0 comments on commit 16e2c5c

Please sign in to comment.