purekid / mongodm

MongoDB ORM that includes support for references,embed and multilevel inheritance.
MIT License
200 stars 47 forks source link

Fix phactory test case #35

Closed jrschumacher closed 10 years ago

jrschumacher commented 10 years ago

For some reason there is an issue where tests fail because it can't connect to the database. Running the tests 5 times...

jrschumacher commented 10 years ago

Test 1: :heavy_check_mark: Test 2: :heavy_check_mark: Test 3: :heavy_check_mark: Test 4: :heavy_check_mark: Test 5: :x:

purekid commented 10 years ago

I also found this problem before...It happens intermittently,seems there is something wrong with travis's MongoDB connection.