Skip to content

Commit

Permalink
Update internal/pkg/workload/workload.go
Browse files Browse the repository at this point in the history
Co-authored-by: Mark Goddard <[email protected]>
  • Loading branch information
mattbates and markgoddard authored Nov 22, 2024
1 parent 4b9e987 commit ed4fe00
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/pkg/workload/workload.go
Original file line number Diff line number Diff line change
Expand Up @@ -225,7 +225,7 @@ func GetStatus(ctx context.Context, statusCh chan<- provider.ProviderStatus, dat
case <-waitCtx.Done():
statusCh <- provider.ProviderStatus{
Stage: "Waiting",
Message: "Error waiting for ephemeral debug container to complete",
Message: "Timed out waiting for ephemeral debug container to complete",
}
return
default:
Expand Down

0 comments on commit ed4fe00

Please sign in to comment.