Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
@@ -251,7 +251,7 @@ func (ds *DiscoverySuite) TestWatch(c *check.C) {
close(mockCh)
// Give it enough time to call WatchTree.
- time.Sleep(3)
+ time.Sleep(3 * time.Second)
// Stop and make sure it closes all channels.
close(stopCh)