Skip to content

Commit

Permalink
commit
Browse files Browse the repository at this point in the history
  • Loading branch information
xiantang committed Oct 18, 2023
1 parent 999305b commit 246bf28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion runner/engine_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -124,13 +124,13 @@ func TestRerun(t *testing.T) {
t.Fatalf("Should not be fail: %s.", err)
}
var wg sync.WaitGroup
wg.Add(1)
go func() {
engine.Run()
t.Logf("engine run")
wg.Done()
}()

wg.Add(1)
time.Sleep(time.Second * 1)

// stop engine
Expand Down

0 comments on commit 246bf28

Please sign in to comment.