thedersen / backbone.validation

A validation plugin for Backbone.js that validates both your model as well as form input
thedersen.com/projects/backbone-validation
MIT License
1.32k stars 300 forks source link

buster:test throwing "All slaves timed out" error, exiting #343

Closed seth-priya closed 7 years ago

seth-priya commented 7 years ago

Hi All,

I am trying to install and test backbone.validation on ppc64le. While installation succeeds, I am getting the following issue while running the test cases using grunt.

Running "buster:test" (buster) task Running 357 tests in 1 runtime ... 88% done 2 tests, 2 assertions, 1 runtime ... OK

All slaves timed out Warning: Task "buster:test" failed. Use --force to continue.

Aborted due to warnings. The command '/bin/sh -c grunt' returned a non-zero code: 3

I have trying this on Ubuntu 16.04. ppc64le, root@eb1166965d13:~/backbone.validation# node --version v7.4.0 root@eb1166965d13:~/backbone.validation# npm --version 4.0.5

Any pointers here would be of great help. Thanks!

Regards, Priya

seth-priya commented 7 years ago

Issue was with the phantomjs binary I was using and is now resolved.