Issue Type: Bug Bug
Assignee: Martin Kouba
Created: 11/Sep/13 3:24 AM
Description:

org.jboss.cdi.tck.tests.interceptors.invocation.InterceptorInvocationTest.testTimeoutMethodIntercepted() may fail as the timeout notification is delivered after the TCK's timer times out. Although very unlikely, I've seen this happen several times e.g. https://jenkins.mw.lab.eng.bos.redhat.com/hudson/view/Weld/view/Weld%202%20CI/job/Weld-2.x-pull-player-executor/123/console

I suggest to increase the timeout period (1s currently) to e.g. 10s and change the stop condition to

Timing.timeoutAt != null

in https://github.com/cdi-spec/cdi-tck/blob/master/impl/src/main/java/org/jboss/cdi/tck/tests/interceptors/invocation/InterceptorInvocationTest.java#L161
for the test to execute quickly if everything works as expected yet being tolerant to timing issues and slow machines.

Project: CDI TCK
Priority: Major Major
Reporter: Jozef Hartinger
Security Level: Public (Everyone can see)
This message is automatically generated by JIRA.
If you think it was sent incorrectly, please contact your JIRA administrators
For more information on JIRA, see: http://www.atlassian.com/software/jira