Skip to content

Commit

Permalink
Update tests/tests.go
Browse files Browse the repository at this point in the history
Co-authored-by: Justin <pendo324@users.noreply.github.com>
  • Loading branch information
Shubhranshu153 and pendo324 committed Mar 28, 2024
1 parent bac0c32 commit caca4bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tests/tests.go
Original file line number Diff line number Diff line change
Expand Up @@ -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 {
Expand Down

0 comments on commit caca4bd

Please sign in to comment.