Skip to content

Commit

Permalink
up
Browse files Browse the repository at this point in the history
  • Loading branch information
guonaihong committed Feb 9, 2024
1 parent bee8cc6 commit 764be37
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion min_heap_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -133,7 +133,7 @@ func Test_MinHeap_ScheduleFunc_Run(t *testing.T) {
node.Stop()
}()

time.Sleep(time.Millisecond * 30)
time.Sleep(time.Millisecond * 40)
close(tc)
cnt := 1
for tv := range tc {
Expand Down

0 comments on commit 764be37

Please sign in to comment.