Skip to content

Commit

Permalink
Check
Browse files Browse the repository at this point in the history
  • Loading branch information
boreq committed Dec 13, 2023
1 parent 91a4c5b commit a14eeaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion service/domain/downloader/scheduler_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -171,7 +171,7 @@ forloop:
duration := v.Filter().Until().Sub(*v.Filter().Since())
window := downloader.MustNewTimeWindow(*start, duration)
windows = append(windows, window)
v.OnReceivedEOSE()
go v.OnReceivedEOSE()
case <-time.After(1 * time.Second):
t.Log("no new tasks for a short while, assuming that scheduler is waiting for them to complete")
break forloop
Expand Down

0 comments on commit a14eeaa

Please sign in to comment.