From bd88c06867b7ab0ebfdfa50f3b014a8c21bb667f Mon Sep 17 00:00:00 2001 From: Marcel Ludwig <1841067+malud@users.noreply.github.com> Date: Mon, 9 Sep 2024 13:57:41 +0200 Subject: [PATCH] test: timings --- command/run_test.go | 2 ++ 1 file changed, 2 insertions(+) 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() {