diff --git a/command/run_test.go b/command/run_test.go index a0957125d..b849c3cb0 100644 --- a/command/run_test.go +++ b/command/run_test.go @@ -105,6 +105,8 @@ func TestNewRun(t *testing.T) { for _, tt := range tests { t.Run(tt.name, func(subT *testing.T) { + defer time.Sleep(time.Millisecond * 100) + resultSettings := make(chan *config.Settings, 1) listenCh := make(chan struct{}) RunCmdTestCallback = func() {