go on test

This commit is contained in:
toranger
2019-01-31 14:37:34 +08:00
parent c17efed0ae
commit a6d215db23
2 changed files with 5 additions and 1 deletions

View File

@@ -110,6 +110,10 @@ func (s *CosTestSuite) TestPutHeadDeleteBucket() {
assert.Nil(s.T(), err, "PutBucket Failed")
}
if err != nil {
panic(err)
}
time.Sleep(3 * time.Second)
_, err = client.Bucket.Head(context.Background())