Skip to content

Commit

Permalink
Merge pull request #663 from modelix/bulk-model-sync-lib-increase-tim…
Browse files Browse the repository at this point in the history
…eout-for-js-test-to-60s

test(bulk-model-sync): increase timeout of JS tests
  • Loading branch information
odzhychko authored Apr 3, 2024
2 parents 19d68a4 + 4d3048d commit 35008a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bulk-model-sync-lib/build.gradle.kts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ kotlin {
browser {
testTask {
useMocha {
timeout = "30s"
timeout = "60s"
}
}
}
Expand Down

0 comments on commit 35008a8

Please sign in to comment.