Fix sevlet3 tomcat async test (#12321)
This commit is contained in:
parent
c55cbbe0d4
commit
6d94506b79
|
@ -176,6 +176,11 @@ public class TestServlet3 {
|
||||||
latch.countDown();
|
latch.countDown();
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
|
try {
|
||||||
|
latch.await();
|
||||||
|
} catch (InterruptedException exception) {
|
||||||
|
Thread.currentThread().interrupt();
|
||||||
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue