Skip to content

Commit

Permalink
revert delay to 2 seconds in test
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Al committed Sep 5, 2024
1 parent e4b407d commit 182044b
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -217,7 +217,7 @@ public void testFactoryConsumerInstantiationRetryReadiness() throws Exception {
splitFactoryImpl.set(splitFactory, userStorageWrapper);
assertNotNull(splitFactory.client());
assertNotNull(splitFactory.manager());
Thread.sleep(3000);
Thread.sleep(2000);
Mockito.verify(userStorageWrapper, Mockito.times(2)).connect();
}

Expand Down

0 comments on commit 182044b

Please sign in to comment.