Annotation Type TimeoutSuite
-
@Retention(RUNTIME) @Target(TYPE) @Inherited public @interface TimeoutSuiteMaximum execution time for an entire suite (including all hooks and tests). Suite is defined as any class-scopeTestRules,BeforeClassandAfterClasshooks, suite class's constructor, instance-scopeTestRules,BeforeandAfterhooks andTestmethods.The suite class's static initializer is not part of the measured code (if you have static initializers in your tests, get rid of them).
Overrides the global default
RandomizedRunner.DEFAULT_TIMEOUTor a system property overrideSysGlobals.SYSPROP_TIMEOUT.- See Also:
Timeout
-
-
Required Element Summary
Required Elements Modifier and Type Required Element Description intmillisTimeout time in millis.
-