make sure the memcache testing success

This commit is contained in:
astaxie 2016-01-26 00:27:02 +08:00
parent 15e9ba19c0
commit 61e9dc74c9
1 changed files with 1 additions and 1 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")