increase the sleep time

pull/144/head
John Shahid 2013-12-11 18:29:00 -05:00
parent 8ac05f56e6
commit 97037dbde7
1 changed files with 1 additions and 1 deletions

View File

@ -110,7 +110,7 @@ func startCluster(count int, c *C) []*Server {
c.Error(err)
}
}()
time.Sleep(time.Millisecond * 50)
time.Sleep(time.Second * 1)
servers[i] = server
}
return servers