Skip to content

Commit e662afe

Browse files
committed
add more gap to slow notifications
1 parent 9461ebd commit e662afe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/kediatr-core/src/testFixtures/kotlin/com/trendyol/kediatr/testing/MediatorUseCases.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -501,7 +501,7 @@ abstract class MediatorUseCases : MediatorTestConvention() {
501501

502502
@Test
503503
fun slow_notification_with_parallel_when_all_strategy_should_wait_for_all_handlers() = runTest {
504-
val notification = SlowNotification(50)
504+
val notification = SlowNotification(500)
505505
val startTime = System.currentTimeMillis()
506506

507507
testMediator.publish(notification, PublishStrategy.PARALLEL_WHEN_ALL)

0 commit comments

Comments
 (0)