kaliber5 / ember-fastboot-addon-tests

Addon testing support for Fastboot compatibility
MIT License
25 stars 9 forks source link

Travis tests never finish after 10min #13

Open mwisner opened 7 years ago

mwisner commented 7 years ago

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 commented 7 years ago

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

simonihmig commented 7 years ago

Hm, does it work when running locally?

Here are some working examples:

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