Annotation Type Retry
Used to annotate JUnit tests as being retryable
-
Optional Element Summary
Optional ElementsModifier and TypeOptional ElementDescriptionintWait this many milliseconds between retriesintRetries for at most this many milliseconds
-
Element Details
-
timeoutMsec
int timeoutMsecRetries for at most this many milliseconds- Default:
-1
-
intervalMsec
int intervalMsecWait this many milliseconds between retries- Default:
-1
-