mirror of
https://github.com/astaxie/beego.git
synced 2025-06-11 19:50:39 +00:00
fix the sqlite3 & cache sleep 11 second
This commit is contained in:
2
cache/redis/redis_test.go
vendored
2
cache/redis/redis_test.go
vendored
@ -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")
|
||||
|
Reference in New Issue
Block a user