We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9461ebd commit e662afeCopy full SHA for e662afe
projects/kediatr-core/src/testFixtures/kotlin/com/trendyol/kediatr/testing/MediatorUseCases.kt
@@ -501,7 +501,7 @@ abstract class MediatorUseCases : MediatorTestConvention() {
501
502
@Test
503
fun slow_notification_with_parallel_when_all_strategy_should_wait_for_all_handlers() = runTest {
504
- val notification = SlowNotification(50)
+ val notification = SlowNotification(500)
505
val startTime = System.currentTimeMillis()
506
507
testMediator.publish(notification, PublishStrategy.PARALLEL_WHEN_ALL)
0 commit comments