From caca4bd9422add593da3086b65ac779f33da1799 Mon Sep 17 00:00:00 2001 From: Subhransu <47723536+Shubhranshu153@users.noreply.github.com> Date: Thu, 28 Mar 2024 15:31:42 -0700 Subject: [PATCH] Update tests/tests.go Co-authored-by: Justin --- tests/tests.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/tests.go b/tests/tests.go index d9fc0a6..c9d02ab 100644 --- a/tests/tests.go +++ b/tests/tests.go @@ -115,7 +115,7 @@ func SetupLocalRegistry(o *option.Option) { case <-session.Exited: exitCode = session.ExitCode() case <-time.After(30 * time.Second): - fmt.Println("Timeout occurred, command hasn't exited yet") + fmt.Printf("Timeout occurred, command hasn't exited yet (attempt %d)", i) session.Kill() } if exitCode == 0 {