From 70d08d01267b4f99623fa418e226be6ad1168d60 Mon Sep 17 00:00:00 2001 From: Celian Raimbault Date: Mon, 6 Jan 2025 14:50:42 +0100 Subject: [PATCH] [e2e-stack-up-adxt-823] Fixed --- test/new-e2e/pkg/utils/infra/stack_manager.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/new-e2e/pkg/utils/infra/stack_manager.go b/test/new-e2e/pkg/utils/infra/stack_manager.go index 15d9e44c2139b6..25a9c3813f335e 100644 --- a/test/new-e2e/pkg/utils/infra/stack_manager.go +++ b/test/new-e2e/pkg/utils/infra/stack_manager.go @@ -503,7 +503,7 @@ func (sm *StackManager) getStack(ctx context.Context, name string, deployFunc pu upCtx, cancel := context.WithTimeout(ctx, params.UpTimeout) now := time.Now() upResult, upError = stack.Up(upCtx, progressStreamsUpOption, optup.DebugLogging(loggingOptions)) - fmt.Fprintf(logger, "Stack up took %v\n", time.Since(now)) + fmt.Fprintf(logger, "Stack up took %v at attempt %v\n", time.Since(now), upCount) cancel() // early return on success