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 c9b097e commit bafe7fbCopy full SHA for bafe7fb
reactive/kotlinx-coroutines-reactive/test/ReactiveStreamTckTest.kt
@@ -24,7 +24,7 @@ class ReactiveStreamTckTest {
24
25
public class ReactiveStreamTckTestSuite(
26
private val dispatcher: Dispatcher
27
- ) : PublisherVerification<Long>(TestEnvironment()) {
+ ) : PublisherVerification<Long>(TestEnvironment(500, 500)) {
28
29
private val scope = CoroutineScope(dispatcher.dispatcher + NonCancellable)
30
0 commit comments