Skip to content

Commit 224dc7a

Browse files
committed
fix timeout
1 parent 9f75811 commit 224dc7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

krpc/krpc-test/src/jvmMain/kotlin/kotlinx/rpc/krpc/test/KrpcTransportTestBase.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ abstract class KrpcTransportTestBase {
119119

120120
@Rule
121121
@JvmField
122-
val globalTimeout: Timeout = Timeout.seconds(3)
122+
val globalTimeout: Timeout = Timeout.seconds(30)
123123

124124
@Test
125125
fun nonSuspend() {

0 commit comments

Comments
 (0)