mirror of
https://github.com/apache/jclouds.git
synced 2025-02-17 15:35:44 +00:00
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…
x
Reference in New Issue
Block a user