Skip to content

Commit

Permalink
Revert testing code
Browse files Browse the repository at this point in the history
  • Loading branch information
dhaavi committed Oct 6, 2021
1 parent f615287 commit f999cb0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion modules/modules.go
Original file line number Diff line number Diff line change
Expand Up @@ -272,7 +272,7 @@ func (m *Module) stopAllTasks(reports chan *report, stopComplete chan struct{})
select {
case <-stopComplete:
// case <-time.After(moduleStopTimeout):
case <-time.After(3 * time.Second):
case <-time.After(moduleStopTimeout):
log.Warningf(
"%s: timed out while waiting for stopfn/workers/tasks to finish: stopFn=%v/%v workers=%d tasks=%d microtasks=%d, continuing shutdown...",
m.Name,
Expand Down

0 comments on commit f999cb0

Please sign in to comment.