pghalliday / grunt-browserstack

MIT License
62 stars 3 forks source link

Task "browserstack:dev" failed. #1

Closed codylindley closed 11 years ago

codylindley commented 11 years ago

Any thoughts: http://gyazo.com/c184b9716d5733ad4aa34384eb99d562

pghalliday commented 11 years ago

Looks like you need to increase the queueTimeout.

Not very helpful of me but it is actually in milliseconds (unlike the worker timeout value which is in seconds). The default is 60000 (60 seconds).

I have found that it can take some time for workers to actually start.

codylindley commented 11 years ago

Thank you. Now it all makes sense.

pghalliday commented 11 years ago

Your welcome :)