zack-bitcoin / amoveo

A blockchain for trust-free markets in financial derivatives
Other
466 stars 110 forks source link

Add retry to test #174

Closed tumblecatweed closed 6 years ago

tumblecatweed commented 6 years ago

Ref #172

If a request fails, wait five seconds and retry one more time. If it fails again raise error. Tested in my environment and spurious errors due to race conditions were eliminated.

zack-bitcoin commented 6 years ago

great job. Thank you Catweed.

zack-bitcoin commented 6 years ago

It didn't seems to make a difference for me. My tests still failed the same way. so I undid it to keep it simple.

tumblecatweed commented 6 years ago

Ok, retrying many times may hide real failure, so we have to find another way.