Skip to content

Commit

Permalink
Use --piped-handle-timeout to make the timeout arg activate
Browse files Browse the repository at this point in the history
Signed-off-by: mi11km <mi11km.program@gmail.com>
  • Loading branch information
mi11km committed Nov 2, 2023
1 parent a9c3d38 commit e5689d9
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tool/actions-plan-preview/planpreview.go
Original file line number Diff line number Diff line change
Expand Up @@ -101,6 +101,7 @@ func retrievePlanPreview(
"--address", address,
"--api-key", apiKey,
"--timeout", timeout.String(),
"--piped-handle-timeout", timeout.String(),
"--out", outPath,
}
cmd := exec.CommandContext(ctx, "pipectl", args...)
Expand Down

0 comments on commit e5689d9

Please sign in to comment.