Skip to content

Commit 5f99d57

Browse files
committed
bigger timeout (mingw)
1 parent f79646e commit 5f99d57

File tree

1 file changed

+1
-1
lines changed
  • rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests

1 file changed

+1
-1
lines changed

rsocket-transport-tests/src/commonMain/kotlin/io/rsocket/kotlin/transport/tests/TransportTest.kt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ import kotlin.time.Duration.Companion.seconds
3232

3333
//TODO: need to somehow rework those tests, as now they are super flaky
3434
abstract class TransportTest : SuspendTest {
35-
override val testTimeout: Duration = 10.minutes
35+
override val testTimeout: Duration = 20.minutes
3636

3737
private val testJob = SupervisorJob()
3838
protected val testContext = testJob + TestExceptionHandler

0 commit comments

Comments
 (0)