egorand
12/03/2019, 10:25 AMjsNodeTest
started failing with the following message:
Error: Timeout of 2000ms exceeded. For async tests and hooks, ensure "done()" is called; if returning a Promise, ensure it resolves.
I’m completely fine with the tests taking longer than 2s in this case, are there any configuration options that would allow ignoring this error?Ilya Goncharov [JB]
12/03/2019, 10:29 AMnodejs {
testTask {
useMocha {
timeout = "10s
}
}
}
egorand
12/03/2019, 10:37 AM