we get random `jsNodeTest` failures with this erro...
# javascript
s
we get random
jsNodeTest
failures with this error. No other stack trace.
Copy code
Error at node:internal/timers:464
Any insights about how to resolve this? We’ve large
json
strings in the tests that we serialize/deserialize. Maybe that’s causing this issue? We used to have
json
files in
resources
folder but since
kotlin/JS
doesn’t have a
readBinaryResource
API, we moved json files into code strings.
a
No idea. What version of Node.js do you use?
s
Tried with 16.13.x and 16.14.x. Same issue