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

fix the sqlite3 & cache sleep 11 second

This commit is contained in:
astaxie
2016-01-08 23:30:19 +08:00
parent c7146d22f4
commit dc278da17c
2 changed files with 2 additions and 2 deletions

View File

@ -35,7 +35,7 @@ func TestRedisCache(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")