Skip to content

Commit 4ee99ec

Browse files
author
ace-n
committed
Take 3
1 parent 27f1458 commit 4ee99ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

functions/helloworld/hello-http/src/test/java/functions/ExampleIntegrationTest.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -74,7 +74,7 @@ public void helloHttp_shouldRunWithFunctionsFramework() throws Throwable {
7474
// Use resilience4j to retry the test HTTP request until the plugin responds
7575
RetryRegistry registry = RetryRegistry.of(RetryConfig.custom()
7676
.maxAttempts(8)
77-
.intervalFunction(IntervalFunction.ofExponentialBackoff(200, 2))
77+
.intervalFunction(IntervalFunction.ofExponentialBackoff(200, 3))
7878
.retryExceptions(IOException.class)
7979
.build());
8080
Retry retry = registry.retry("my");

0 commit comments

Comments
 (0)