braddr / d-tester

Automated testing for github projects.
http://d.puremagic.com/test-results/
11 stars 5 forks source link

add retry logic to client / server interaction #24

Closed braddr closed 8 years ago

braddr commented 10 years ago

Currently there's no retry logic when curl can't talk to the server from the client, or when the server rejects the request for some reason (authorization, server 500, etc)

braddr commented 10 years ago

Additionally, make sure there's appropriate timeouts around the client/server api calls

braddr commented 8 years ago

done