Skip to content

Commit 39dc6dd

Browse files
committed
Update timeout for transport test
1 parent debbff2 commit 39dc6dd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

krpc/krpc-test/src/commonTest/kotlin/kotlinx/rpc/krpc/test/TransportTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,7 @@ class TransportTest {
7777
}
7878

7979
private fun runTest(block: suspend TestScope.() -> Unit): TestResult =
80-
kotlinx.coroutines.test.runTest(timeout = 15.seconds) {
80+
kotlinx.coroutines.test.runTest(timeout = 20.seconds) {
8181
debugCoroutines()
8282

8383
val logger = RpcInternalCommonLogger.logger("TransportTest")

0 commit comments

Comments
 (0)