Commit 8dc59d94 authored by Mahmood Ali's avatar Mahmood Ali
Browse files

try ms

parent a64959a6
Branches unavailable
No related merge requests found
Showing with 1 addition and 1 deletion
+1 -1
......@@ -640,7 +640,7 @@ func (d *Driver) ExecTaskStreaming(ctx context.Context, taskID string, execOpts
if len(execOpts.Command) == 1 && execOpts.Command[0] == "showinput" {
stdin, _ := ioutil.ReadAll(execOpts.Stdin)
cmd = Command{
RunFor: "1ns",
RunFor: "1ms",
StdoutString: fmt.Sprintf("TTY: %v\nStdin:\n%s\n",
execOpts.Tty,
stdin,
......
Supports Markdown
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment