Increase testNodeJs timeout to 30s

Tweak shape-contour intersection test
This commit is contained in:
Abe Pazos
2025-07-17 13:38:12 +02:00
parent 660cac3445
commit f2ea6a89a1
2 changed files with 27 additions and 16 deletions

View File

@@ -76,7 +76,13 @@ kotlin {
js(IR) {
browser()
nodejs()
nodejs {
testTask {
useMocha {
timeout = "30s"
}
}
}
}
sourceSets {