Skip to content

Commit

Permalink
up timeout for one test
Browse files Browse the repository at this point in the history
  • Loading branch information
ermontross committed Nov 11, 2024
1 parent 0bdf108 commit d12c17b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ public void setUp() throws Exception {
.setZkSessionTimeoutMs(10000)
.setZkConnectionTimeoutMs(1000)
.setSleepBetweenRetriesMs(500)
.setZkCacheInitTimeoutMs(1000)
.setZkCacheInitTimeoutMs(10000)
.build();
this.curatorFramework = CuratorBuilder.build(meterRegistry, zkConfig);
}
Expand Down

0 comments on commit d12c17b

Please sign in to comment.