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:
2
cache/memcache/memcache_test.go
vendored
2
cache/memcache/memcache_test.go
vendored
@ -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")
|
||||
|
Reference in New Issue
Block a user