mirror of
https://github.com/InsanusMokrassar/MicroUtils.git
synced 2025-09-08 09:47:09 +00:00
update timeout for deepInsertOnWorks
This commit is contained in:
@@ -44,7 +44,7 @@ class SortedBinaryTreeNodeTests {
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
@Test
|
@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 zeroNode = SortedBinaryTreeNode(0)
|
||||||
val rangeRadius = 500
|
val rangeRadius = 500
|
||||||
val nodes = mutableMapOf<Int, SortedBinaryTreeNode<Int>>()
|
val nodes = mutableMapOf<Int, SortedBinaryTreeNode<Int>>()
|
||||||
|
Reference in New Issue
Block a user