Skip to content

Commit

Permalink
chore: add log for test
Browse files Browse the repository at this point in the history
  • Loading branch information
simlecode committed Jul 10, 2024
1 parent 4e69a59 commit a2011a4
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion lib/journal/fsjournal/fs_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -60,8 +60,9 @@ func TestFsJournal(t *testing.T) {
})

t.Logf("Waiting record event...")
t.Logf("dir: %s, lr.Path(): %s", dir, lr.Path())

time.AfterFunc(time.Millisecond*100, func() {
time.AfterFunc(time.Millisecond*500, func() {
recordEventData, err := os.ReadFile(jlFile)
require.NoError(t, err)

Expand Down

0 comments on commit a2011a4

Please sign in to comment.