fixed test

This commit is contained in:
liwei 2021-09-13 13:58:57 +08:00
parent 544f676a0d
commit 64181dc2a8
1 changed files with 1 additions and 1 deletions

View File

@ -129,7 +129,7 @@ func TestLogger_concurrentLock(t *testing.T) {
}()
}
}()
time.Sleep(1 * time.Minute)
time.Sleep(5 * time.Second)
}
func AddTraceIdHook(traceId string) Hook {