Skip to content

Commit

Permalink
[FIX]: various improvements and fix some bugs
Browse files Browse the repository at this point in the history
  • Loading branch information
Drednote committed Dec 4, 2024
1 parent 0a4f008 commit ccf0589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ void setUp() {
}

@RepeatedTest(20)
@Timeout(value = 2, threadMode = ThreadMode.SEPARATE_THREAD)
@Timeout(value = 10, threadMode = ThreadMode.SEPARATE_THREAD)
void shouldWaitIfMaxQueueSizeExceed() throws InterruptedException {
sessionProperties.setCacheLiveDuration(100);
session = new DefaultTelegramUpdateProcessor(sessionProperties, filterProperties,
Expand Down

0 comments on commit ccf0589

Please sign in to comment.