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 {