ember-fastboot-addon-tests icon indicating copy to clipboard operation
ember-fastboot-addon-tests copied to clipboard

Travis tests never finish after 10min

Open mwisner opened this issue 8 years ago • 2 comments

Hi,

I'm attempting to add this package to my addon. I followed the instructions on the readme. However my travis builds never seem to complete the fastboot tests (10min timeout)

https://travis-ci.org/mwisner/ember-videojs-dash/jobs/272046339

I know it says "This could take a while..." but i'm wondering if I set something up wrong?

Potentially related: When attempting to use ember fastboot:serve locally:

➜  ember-videojs-dash git:(bugfix/fastboot) ✗ ember fastboot:serve
Starting FastBoot test app "fastboot". This may take a while...
[object Object]

mwisner avatar Sep 05 '17 13:09 mwisner

I also noticed that the example app (ember-steps) referenced in the readme has the fastboot tests commented out in .travis.yml... Is there another addon that can be used as an example?

https://github.com/alexlafroscia/ember-steps/blob/master/.travis.yml

mwisner avatar Sep 05 '17 14:09 mwisner

Hm, does it work when running locally?

Here are some working examples:

  • https://github.com/kaliber5/ember-bootstrap/blob/master/config/ember-try.js#L287-L292
  • https://github.com/ember-animation/liquid-fire/blob/master/config/ember-try.js#L113-L121

The first one contains some DEBUG config, you can use that to get a clue what might be failing in your case!

simonihmig avatar Sep 06 '17 20:09 simonihmig