Skip to content

Commit c917803

Browse files
author
Vladimir Kuznichenkov
committed
Fix table render ops not to include timeout
1 parent f232bd0 commit c917803

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

internal/track/runner.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,6 @@ func (r *Runner) startProgressPrinter(ctx context.Context) func() {
171171
DefaultNamespace: r.opts.DefaultNamespace,
172172
MaxTableWidth: 140, // a sensible default; can be made dynamic later
173173
OnlyErrorLogs: r.opts.OnlyErrorLogs,
174-
Timeout: r.opts.Timeout,
175174
})
176175

177176
ticker := time.NewTicker(r.opts.ProgressPrintInterval)

0 commit comments

Comments
 (0)