We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c0df4e3 commit 66a4ae4Copy full SHA for 66a4ae4
dc/s2n-quic-dc/src/stream/tests/restart.rs
@@ -143,7 +143,7 @@ impl Harness {
143
);
144
145
// Wait for the asynchronous background handshake.
146
- tokio::time::sleep(Duration::from_millis(50)).await;
+ tokio::time::sleep(Duration::from_secs(2)).await;
147
148
check_stream(&context, bidirectional, sleep_before_shutdown)
149
.instrument(info_span!("four"))
0 commit comments