diff --git a/internal/worker/command_exe_test.go b/internal/worker/command_misc_test.go similarity index 98% rename from internal/worker/command_exe_test.go rename to internal/worker/command_misc_test.go index 63035d21..d9d71296 100644 --- a/internal/worker/command_exe_test.go +++ b/internal/worker/command_misc_test.go @@ -82,7 +82,7 @@ func TestCommandSleep(t *testing.T) { close(runDone) }() - timeStepSize := 1 * time.Second + timeStepSize := 100 * time.Millisecond loop: for { select {