Skip to content

Commit 673c19b

Browse files
committed
Update WebTransportTest.java
1 parent 69186e0 commit 673c19b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

avaje-jex-http3-flupke/src/test/java/io/avaje/jex/http3/flupke/WebTransportTest.java

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,8 +47,9 @@ class WebTransportTest {
4747
Http3Client.newBuilder().disableCertificateCheck().sslContext(ssl.sslContext()).build();
4848

4949
@AfterEach
50-
void teardown() {
50+
void teardown() throws InterruptedException {
5151
if (jex != null) {
52+
Thread.sleep(1000);
5253
jex.shutdown();
5354
}
5455
}

0 commit comments

Comments
 (0)