1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-16 14:13:33 +00:00

make sure the memcache testing success

This commit is contained in:
astaxie 2016-01-26 00:27:02 +08:00
parent 15e9ba19c0
commit 61e9dc74c9

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")