Skip to content

Commit

Permalink
asd
Browse files Browse the repository at this point in the history
  • Loading branch information
toddbaert committed Sep 25, 2024
1 parent 496ffb9 commit c5576cc
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ public static void setup() throws InterruptedException {
flagdContainer.start();
FeatureProvider workingProvider = new FlagdProvider(FlagdOptions.builder()
.resolverType(Config.Resolver.IN_PROCESS)
.deadline(1000)
.port(flagdContainer.getFirstMappedPort())
.build());
StepDefinitions.setUnstableProvider(workingProvider);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,8 +28,6 @@ public static void setup() throws InterruptedException {
FeatureProvider workingProvider = new FlagdProvider(FlagdOptions.builder()
.resolverType(Config.Resolver.RPC)
.port(flagdContainer.getFirstMappedPort())
// set a generous deadline, to prevent timeouts in actions
.deadline(1000)
.cacheType(CacheType.DISABLED.getValue())
.build());
StepDefinitions.setUnstableProvider(workingProvider);
Expand Down

0 comments on commit c5576cc

Please sign in to comment.