1
0
mirror of https://github.com/astaxie/beego.git synced 2025-06-11 04:30:39 +00:00

Merge branches 'master' and 'develop' of lcbluestorm.github.com:lcbluestorm/beego into develop

This commit is contained in:
liuchun
2016-03-07 10:19:55 +08:00
34 changed files with 710 additions and 329 deletions

View File

@ -37,7 +37,7 @@ func TestMemcacheCache(t *testing.T) {
t.Error("check err")
}
time.Sleep(10 * time.Second)
time.Sleep(11 * time.Second)
if bm.IsExist("astaxie") {
t.Error("check err")