Skip to content

Commit

Permalink
fix one test
Browse files Browse the repository at this point in the history
  • Loading branch information
Ladicek committed Nov 28, 2024
1 parent 04a4c07 commit 8ac5cc6
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@

@FaultToleranceBasicTest
@WithSystemProperty(key = "smallrye.faulttolerance.global.retry.max-retries", value = "7")
@WithSystemProperty(key = "smallrye.faulttolerance.\"io.smallrye.faulttolerance.config.better.BeanWithRetry\".retry.max-retries", value = "5")
@WithSystemProperty(key = "smallrye.faulttolerance.\"io.smallrye.faulttolerance.config.better.ConfigPropertyBean\".retry.max-retries", value = "5")
public class ConfigPropertyGlobalVsClassTest {
@Inject
private ConfigPropertyBean bean;
Expand Down

0 comments on commit 8ac5cc6

Please sign in to comment.