Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
Signed-off-by: Yury-Fridlyand <[email protected]>
  • Loading branch information
Yury-Fridlyand committed Feb 7, 2024
1 parent 2d1e174 commit 69e7ced
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion java/client/src/test/java/glide/utils/RustCoreMock.java
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ public static String start(GlideMock messageProcessor) {
public static void stop() {
if (instance != null) {
instance.channel.close().syncUninterruptibly();
instance.group.shutdownGracefully().get(1, TimeUnit.SECONDS);
instance.group.shutdownGracefully().get(10, TimeUnit.SECONDS);
instance = null;
}
}
Expand Down

0 comments on commit 69e7ced

Please sign in to comment.