mirror of https://github.com/apache/jclouds.git
Merge pull request #262 from andreisavu/backoff-period
Increase backoff period from 100 to 500
This commit is contained in:
commit
f675c669af
|
@ -61,7 +61,7 @@ public class BackoffLimitedRetryHandlerTest {
|
|||
|
||||
@Test
|
||||
void testExponentialBackoffDelayDefaultMaxInterval500() throws InterruptedException {
|
||||
long period = 100;
|
||||
long period = 500;
|
||||
long acceptableDelay = period - 1;
|
||||
|
||||
long startTime = System.nanoTime();
|
||||
|
|
Loading…
Reference in New Issue