the test2 scenario fails due to the calculated timeout of a receive being greater than the imposed quasi realtime upper bound.
Test2 starting
checkTime: got = 10699 start = 4000 end = 4000
----------System.err:(13/669)----------
java.lang.RuntimeException: checkTime failed: got 10699, expected between 4000 and 4000
at Tests.checkTime(Tests.java:164)
at Tests.checkTime(Tests.java:155)
at UdpTest.test2(UdpTest.java:147)
at UdpTest.main(UdpTest.java:88)
at java.base/jdk.internal.reflect.DirectMethodHandleAccessor.invoke(DirectMethodHandleAccessor.java:104)
at java.base/java.lang.reflect.Method.invoke(Method.java:577)
at com.sun.javatest.regtest.agent.MainActionHelper$AgentVMRunnable.run(MainActionHelper.java:312)
at java.base/java.lang.Thread.run(Thread.java:833)