mirror of https://github.com/sirupsen/logrus.git
fixed test
This commit is contained in:
parent
544f676a0d
commit
64181dc2a8
|
@ -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 {
|
||||
|
|
Loading…
Reference in New Issue