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 debbff2 commit 39dc6ddCopy full SHA for 39dc6dd
krpc/krpc-test/src/commonTest/kotlin/kotlinx/rpc/krpc/test/TransportTest.kt
@@ -77,7 +77,7 @@ class TransportTest {
77
}
78
79
private fun runTest(block: suspend TestScope.() -> Unit): TestResult =
80
- kotlinx.coroutines.test.runTest(timeout = 15.seconds) {
+ kotlinx.coroutines.test.runTest(timeout = 20.seconds) {
81
debugCoroutines()
82
83
val logger = RpcInternalCommonLogger.logger("TransportTest")
0 commit comments