Package org.jvnet.hudson.test.recipes
Annotation Interface WithTimeout
@Documented
@Recipe(RunnerImpl.class)
@Target(METHOD)
@Retention(RUNTIME)
public @interface WithTimeout
Times out the test after the specified number of seconds.
All the tests time out after some number of seconds by default, but this recipe
allows you to override that value.
- Author:
- Kohsuke Kawaguchi
-
Nested Class Summary
-
Required Element Summary
-
Element Details
-
value
int valueNumber of seconds. 0 to indicate the test should never time out.
-
JenkinsRule
.