Increase stdlib-js mocha test timeouts to 10s
Some tests often do not fit into the default timeout when running tests in parallel on CI.
This commit is contained in:
@@ -7,7 +7,13 @@ plugins {
|
||||
|
||||
kotlin {
|
||||
js(IR) {
|
||||
nodejs()
|
||||
nodejs {
|
||||
testTask {
|
||||
useMocha {
|
||||
timeout = "10s"
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user