arunoda / laika

testing framework for meteor
http://arunoda.github.io/laika/
MIT License
242 stars 38 forks source link

Failed test (timeout) with example #2 in docs #43

Open sterlingwes opened 11 years ago

sterlingwes commented 11 years ago

Looks like others have experienced this issue (http://stackoverflow.com/questions/17056068/meteorjs-laika-client-and-server-test-timout), namely:

Failure on test 2 of example 2 ("using both client and the server")

Error is "timeout of 2000ms exceeded"

I've tried suggested fixes in the SO question, including upgrading my Node.js version to no avail. Does anyone have a workaround? Otherwise, seems like a great test suite, please keep up the great work!

ericraio commented 11 years ago

To add to this issue, I have also tried getting this to work but I can't figure out why it doesn't.

I still get this issue on both my Macbook Air and Macbook Pro I have tried versions 0.10.4, 0.10.8, 0.10.10, 0.10.18

and all the versions return "Error: timeout of 2000ms exceeded"

arunoda commented 11 years ago

There is another issues related to this. If your app loads somekind of images and css at load or some db initialisation. This could happens.

zhaoyou commented 10 years ago

node.js v0.10.22 laika v0.3.9 meteor v0.8.0.1 os: OS X 10.9.2

@arunoda I create empty project, few css,image. laika -t big number. it does't work.