On 07/04/2011 14:35, Simon Kent wrote: > Is there an easy way to enable a timeout on JBehave steps in a similar > way to the @Test(timeout=nnnn) annotation in JUnit? In 3.3 story (not steps, mind you) timeout is configurable via the EmbedderControls in Java or the Maven/Ant properties.
>From 3.4 it will be possible to specify the timeout via the @UsingEmbedder annotation. http://jira.codehaus.org/browse/JBEHAVE-470 Cheers
