mirror of
https://github.com/etcd-io/etcd.git
synced 2024-09-27 06:25:44 +00:00

These tests were timing out because the combination of the GET and JSON decode was taking longer than the timeout. Pull the JSON decode out of the go routine that is being timed.