freedomjs / freedom-pgp-e2e

Wrapping up end-to-end code and provide in freedom custom API.
34 stars 6 forks source link

Running multiple versions of node on travis/shippable is spotty #41

Closed agallant closed 8 years ago

agallant commented 9 years ago

Tests pass just fine when only running one version (e.g. node 4.2, which is an LTS release), but are spotty when running two. Could be an issue with our docker image setup.

agallant commented 8 years ago

Trying in node 4.2 (LTS) and 5.0 (stable). Travis seems to run fine, waiting on Shippable.

agallant commented 8 years ago

Stable failed on Shippable, LTS ran. Giving a kick, but am suspecting that this will require tweaking the images.

agallant commented 8 years ago

And on kicking, ran on stable, failed on LTS. Might just be a resources issue as it's a pretty long/heavy test (starts up multiple browsers, etc.). Will look into increasing timeouts and/or resources.