Skip to content

Commit 66a4ae4

Browse files
committed
chore(s2n-quic-dc): increase the wait for async background handshake
1 parent c0df4e3 commit 66a4ae4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dc/s2n-quic-dc/src/stream/tests/restart.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -143,7 +143,7 @@ impl Harness {
143143
);
144144

145145
// Wait for the asynchronous background handshake.
146-
tokio::time::sleep(Duration::from_millis(50)).await;
146+
tokio::time::sleep(Duration::from_secs(2)).await;
147147

148148
check_stream(&context, bidirectional, sleep_before_shutdown)
149149
.instrument(info_span!("four"))

0 commit comments

Comments
 (0)