etcd/pkg/wait
Yicheng Qin eea7f28be4 pkg/wait: extend timeout to check closed channel
It is possible to trigger the time.After case if the timer went off
between time.After setting the timer for its channel and the time that
select looked at the channel. So it needs to be longer.

refer: https://groups.google.com/forum/#!topic/golang-nuts/1tjcV80ccq8
2015-06-25 10:43:12 -07:00
..
wait.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
wait_test.go *: switch to line comments for copyright 2015-01-26 09:53:30 -08:00
wait_time.go pkg/wait: add WaitTime 2015-02-23 14:26:42 -08:00
wait_time_test.go pkg/wait: extend timeout to check closed channel 2015-06-25 10:43:12 -07:00