Tests are not being executed on my side, the following errors are thrown:
1) Test Suite "before all" hook:
Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.
at Context.<anonymous> (test/runner.js:63:9)
2) Test Suite "after all" hook:
Error: timeout of 2000ms exceeded. Ensure the done() callback is being called in this test.
at Context.<anonymous> (test/runner.js:72:7)
No luck using the done() callback but if I set a timeout (just like for windows) most of the tests are executed correctly. (I'm using Linux by the way).
Tests are not being executed on my side, the following errors are thrown:
No luck using the
done()
callback but if I set a timeout (just like for windows) most of the tests are executed correctly. (I'm using Linux by the way).So:
Am I the only one experiencing this on Linux?
And also: is there I way I can set a default password for
postgres
user when running tests? Or at least a command line parameter likenpm test -p pass