diff --git a/coroutines/src/commonTest/kotlin/SortedBinaryTreeNodeTests.kt b/coroutines/src/commonTest/kotlin/SortedBinaryTreeNodeTests.kt index b601f75309b..148445e886b 100644 --- a/coroutines/src/commonTest/kotlin/SortedBinaryTreeNodeTests.kt +++ b/coroutines/src/commonTest/kotlin/SortedBinaryTreeNodeTests.kt @@ -44,7 +44,7 @@ class SortedBinaryTreeNodeTests { } } @Test - fun deepInsertOnWorks() = runTest(timeout = 320.seconds) { // 320 due to js targets -.- + fun deepInsertOnWorks() = runTest(timeout = 440.seconds) { // 440 due to js targets -.- val zeroNode = SortedBinaryTreeNode(0) val rangeRadius = 500 val nodes = mutableMapOf>()