Skip to content

Commit 6e50bfd

Browse files
committed
Update WebTransportTest.java
1 parent 673c19b commit 6e50bfd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

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

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -49,8 +49,7 @@ class WebTransportTest {
4949
@AfterEach
5050
void teardown() throws InterruptedException {
5151
if (jex != null) {
52-
Thread.sleep(1000);
53-
jex.shutdown();
52+
// jex.shutdown();
5453
}
5554
}
5655

0 commit comments

Comments
 (0)