api-design-node-v3 icon indicating copy to clipboard operation
api-design-node-v3 copied to clipboard

All tests timeout. Increase Jest default timeout.

Open brunogonzales opened this issue 4 years ago • 0 comments

As mentioned previously on #40 some async tests take longer than expected to run causing the test suite to timeout. THis can be fixed by adding the line jest.setTimeout(10000) anywhere to the test-db-setup.js file

brunogonzales avatar Apr 27 '20 17:04 brunogonzales