forwardemail / forwardemail/supertest
supertest call times out in travis
- Dominant language
- JavaScript
- Stars
- 14.4k
- Forks
- 782
- PR merge metrics
- No merged PRs in 30d
Description
Local build with the cloned repository passes but **travis** build fails.
The _supertest_ _request_()._get_ call to a node js server.js express route times out while the same test works perfectly in the local environment.
The only difference between the travis and the local environment is the _supertest_ package. The **travis.yml** script **npm** installs _supertest_ each time the build is triggered while in the local environment, the _supertest_ package is as it was when I installed it last year!
Uploading node modules folder to the repo and removing the npm install from the before script in travis.yml also did not work.
Is it possible that the _supertest_ **npm** install breaks when travis tries to install it or it installs it in some container that causes a delay and therefore times out? Why would the test timeout otherwise?

Contributor guide
Assessment
This issue has not been assessed yet.