Skip to content

Commit

Permalink
increased timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal Al committed Sep 5, 2024
1 parent 182044b commit da16ffb
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(2000);
Thread.sleep(2500);
Mockito.verify(userStorageWrapper, Mockito.times(2)).connect();
}

Expand Down

0 comments on commit da16ffb

Please sign in to comment.