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 f79646e commit 5f99d57Copy full SHA for 5f99d57
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 = 10.minutes
+ override val testTimeout: Duration = 20.minutes
36
37
private val testJob = SupervisorJob()
38
protected val testContext = testJob + TestExceptionHandler
0 commit comments