Skip to content

Commit 35008a8

Browse files
author
Oleksandr Dzhychko
authored
Merge pull request #663 from modelix/bulk-model-sync-lib-increase-timeout-for-js-test-to-60s
test(bulk-model-sync): increase timeout of JS tests
2 parents 19d68a4 + 4d3048d commit 35008a8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bulk-model-sync-lib/build.gradle.kts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ kotlin {
77
browser {
88
testTask {
99
useMocha {
10-
timeout = "30s"
10+
timeout = "60s"
1111
}
1212
}
1313
}

0 commit comments

Comments
 (0)