wireapp / proteus.js

Axolotl protocol implementation for JavaScript
https://www.npmjs.com/package/wire-webapp-proteus
GNU General Public License v3.0
35 stars 9 forks source link

Reduce test set on Travis CI #7

Open bennycode opened 8 years ago

bennycode commented 8 years ago

Travis CI stops the build if a task needs more than 10 minutes to finish:

No output has been received in the last 10 minutes, this potentially indicates a stalled build or something wrong with the build itself.

The build has been terminated

Reference: https://travis-ci.org/wireapp/proteus.js/builds/155928680

Therefor we should reduce the test complexity on Travis.

These are the tests which take the most time:

Session

I think it's worth it putting these test in a single spec file and exclude this one from tests ran on Travis CI.

bennycode commented 8 years ago

Even on my test machine tests fail from time to time because they exceed their timeout limit:

unbenannt