mirror of https://github.com/apache/jclouds.git
Increase backoff period from 100 to 500
This increases the overall test execution time but makes it less likely to fail on slow test machines.
This commit is contained in:
parent
a7359a25e7
commit
3cd9f6cdcf
|
@ -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