Skip to content

Commit

Permalink
bigger timeouts
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Dec 6, 2024
1 parent 52a03bd commit 246e71f
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ import kotlin.time.Duration.Companion.seconds

//TODO: need to somehow rework those tests, as now they are super flaky
abstract class TransportTest : SuspendTest {
override val testTimeout: Duration = 3.minutes
override val testTimeout: Duration = 10.minutes

private val testJob = SupervisorJob()
protected val testContext = testJob + TestExceptionHandler
Expand Down

0 comments on commit 246e71f

Please sign in to comment.