Skip to content

Commit bafe7fb

Browse files
committed
Increase timeout in TCK tests to work on slow TC agents
1 parent c9b097e commit bafe7fb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

reactive/kotlinx-coroutines-reactive/test/ReactiveStreamTckTest.kt

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ class ReactiveStreamTckTest {
2424

2525
public class ReactiveStreamTckTestSuite(
2626
private val dispatcher: Dispatcher
27-
) : PublisherVerification<Long>(TestEnvironment()) {
27+
) : PublisherVerification<Long>(TestEnvironment(500, 500)) {
2828

2929
private val scope = CoroutineScope(dispatcher.dispatcher + NonCancellable)
3030

0 commit comments

Comments
 (0)