With your scenario and retry factor of 1, it will be at least 30000 ms until the third retry is tried.
Maximum Retries: 3
Wait time: 10000 ms
Retry factor: 1
At 0 ms, delivery service will attempt delivery.
Fails.
Delivery retry 1: 10000 ms
Time consumed by the delivery service for the try.
Fails.
Delivery retry 2: 20000 ms
Time consumed by the delivery service for the try.
Fails.
Delivery retry 3: 30000 ms
Time consumed by the delivery service for the try.
Fails.
The retry factor is a multiplier for the wait time. For each subsequent retry, the wait time is multiplied by the retry factor and the result is used as the wait time. Remember that the time consumed by the delivery service should also be accounted for. This time can be significant, depending upon the error encountered.
#webMethods#B2B-Integration#Integration-Server-and-ESB