mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-07 09:09:26 +00:00
update timeout for deepInsertOnWorks
This commit is contained in:
@@ -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<Int, SortedBinaryTreeNode<Int>>()
|
||||
|
Reference in New Issue
Block a user