Fixed flaky quic test (#28789)

This commit is contained in:
Lijun Wang 2022-11-14 08:35:10 -08:00 committed by GitHub
parent 81dc2e56ac
commit 8d34dfd881
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1012,7 +1012,7 @@ pub mod test {
MAX_STAKED_CONNECTIONS,
MAX_UNSTAKED_CONNECTIONS,
stats.clone(),
1,
100,
)
.unwrap();
(t, exit, receiver, server_address, stats)