Skip to content

Commit

Permalink
[DROP IT] Increase JS tests timeout
Browse files Browse the repository at this point in the history
  • Loading branch information
whyoleg committed Nov 29, 2024
1 parent 0306e76 commit 693399c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion buildSrc/src/main/kotlin/JsConfig.kt
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ fun Project.configureJs() {
internal fun KotlinJsSubTargetDsl.useMochaForTests() {
testTask {
useMocha {
timeout = "10000"
timeout = "60000"
}
}
}
Expand Down

0 comments on commit 693399c

Please sign in to comment.