authenteq-zz / java-bigchaindb-driver

Official BigchainDB Java driver
https://www.bigchaindb.com
Apache License 2.0
32 stars 22 forks source link

Fix travis build #72

Closed Rokko11 closed 6 years ago

Rokko11 commented 6 years ago

Hi!

Build fails because of dependency of test.ipdb.io. I created a docker environment (see tutorial) to test against in the travis-build.

I increased the number of retries to 300 in the test.properties. Wouldn't it be better to wait a little bit (like 10ms) in the method AbstractTest.getStatus instead of polling without a timeout?

Regards, Rokko

alvin-reyes commented 6 years ago

Fix travis build.

Yes. I agree, it would be better to increase the time to wait. Please include the change in this PR. Thank you.