Skip to content

Commit

Permalink
Reduce testing timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
marc-adaptive committed Sep 5, 2024
1 parent 49dd073 commit b9c34d0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -956,7 +956,7 @@ public void shouldSupportFollowerSessionLogonWithoutSequenceResetOnDisconnectBef
final Reply<List<LibraryInfo>> libraryReply = engine.libraries();
while (!libraryReply.hasCompleted())
{
sleep(500);
sleep(100);
}

final List<LibraryInfo> allLibraryInfo = libraryReply.resultIfPresent();
Expand Down

0 comments on commit b9c34d0

Please sign in to comment.