You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The ServiceB() in the method has a 1000ms maxDuration, the default 200ms jitter, and a 100ms Thread.sleep between retries. This means in a worst case scenario the test only has 100ms (1000ms - (200ms + 100ms)*3) to deal with processing time, system writes, and server blips, before executing the minimum required 4 retries for the assert.
The text was updated successfully, but these errors were encountered:
microprofile-fault-tolerance/tck/src/main/java/org/eclipse/microprofile/fault/tolerance/tck/RetryTest.java
Line 195 in ab7b622
The ServiceB() in the method has a 1000ms
maxDuration
, the default 200msjitter
, and a 100msThread.sleep
between retries. This means in a worst case scenario the test only has 100ms (1000ms - (200ms + 100ms)*3) to deal with processing time, system writes, and server blips, before executing the minimum required 4 retries for the assert.The text was updated successfully, but these errors were encountered: