fixed time for js tests for lm

This commit is contained in:
Margarita Lashina 2023-05-29 15:13:13 +03:00
parent 33cb317cee
commit 1afb0d0a4c

View File

@ -4,7 +4,13 @@ plugins {
kscience{ kscience{
jvm() jvm()
js() js {
browser {
testTask {
useMocha().timeout = "100000"
}
}
}
native() native()
dependencies { dependencies {