xolvio / meteor-rtd-example-project

A template project to use for creating a meteor app with unit and webdriver testing
91 stars 27 forks source link

Acceptance test timeout #25

Closed gjolund closed 10 years ago

gjolund commented 10 years ago

More than likely a dev environment issue, but I've exhausted my resources trying to figure this one out.

Console Output

austinrivas@Austins-MacBook-Pro rtd (master) $ sudo grunt
Password:
RTD is starting up...
Selenium-server on port 4444
Karma listener on port 9876
Karma runner on port 9100
Meteor on port 3000
Mirror on port 8000
Waiting...
- - - Running unit tests - - -
...........
PhantomJS 1.9.2 (Mac OS X): Executed 11 of 11 SUCCESS (0.124 secs / 0.005 secs)
- - - Running acceptance tests - - -

Leaderboard functionality
    increases a players score by 5 when the increment button is clicked

Failures:

  1) Leaderboard functionality increases a players score by 5 when the increment button is clicked
   Message:
     timeout: timed out after 10000 msec waiting for App didn't reset
   Stacktrace:
     undefined

Finished in 11.353 seconds
1 test, 1 assertion, 1 failure, 0 skipped

>> Error: Command failed:
Fatal error: Command failed:

Completed in 24.433s at Wed Oct 16 2013 19:36:46 GMT-0700 (PDT) - Waiting...

Screen Hangs

screen shot 2013-10-16 at 7 39 20 pm 2

samhatoum commented 10 years ago

are you able to hit the mirror app directly? try going to localhost:8000 - and see if there are any errors

samhatoum commented 10 years ago

Hey. Did you get this resolved? Let me know so I can close this issue. Thanks :)

xolvio commented 10 years ago

closing, please let me know if you need to repopen