sleep longer to make sure data is deleted

pull/269/head
John Shahid 2014-02-25 14:30:04 -05:00
parent c3fb89de3a
commit 3679e41187
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ func (self *EngineSuite) SetUpTest(c *C) {
func (self *EngineSuite) TearDownTest(c *C) {
resp := self.server.Request("DELETE", "/db/test_db?u=root&p=root", "", c)
c.Assert(resp.StatusCode, Equals, http.StatusNoContent)
time.Sleep(100 * time.Millisecond)
time.Sleep(time.Second)
}
func (self *EngineSuite) TearDownSuite(c *C) {