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 52a03bd commit 246e71fCopy full SHA for 246e71f
rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests/TransportTest.kt
@@ -32,7 +32,7 @@ import kotlin.time.Duration.Companion.seconds
32
33
//TODO: need to somehow rework those tests, as now they are super flaky
34
abstract class TransportTest : SuspendTest {
35
- override val testTimeout: Duration = 3.minutes
+ override val testTimeout: Duration = 10.minutes
36
37
private val testJob = SupervisorJob()
38
protected val testContext = testJob + TestExceptionHandler
0 commit comments