-
Bug
-
Resolution: Won't Fix
-
P2
-
7
-
b34
-
generic
-
generic
We are currently seeing this test failing in most test runs. The failing exception looks like this:
java.lang.RuntimeException: Need to set bigger waiting timeout?
at AddRemoveListenerTest.testType(AddRemoveListenerTest.java:167)
at AddRemoveListenerTest.main(AddRemoveListenerTest.java:135)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:78)
at java.lang.Thread.run(Thread.java:713)
java.lang.RuntimeException: Need to set bigger waiting timeout?
at AddRemoveListenerTest.testType(AddRemoveListenerTest.java:167)
at AddRemoveListenerTest.main(AddRemoveListenerTest.java:135)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:57)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:43)
at java.lang.reflect.Method.invoke(Method.java:623)
at com.sun.javatest.regtest.MainWrapper$MainThread.run(MainWrapper.java:78)
at java.lang.Thread.run(Thread.java:713)