Skip to content

Commit

Permalink
fixup! drivers/docker: implement streaming exec
Browse files Browse the repository at this point in the history
  • Loading branch information
Mahmood Ali committed May 9, 2019
1 parent becab62 commit bffe3d2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/docker/driver.go
Original file line number Diff line number Diff line change
Expand Up @@ -1292,7 +1292,7 @@ func (d *Driver) ExecTaskStreaming(ctx context.Context, taskID string, opts *dri
if err != nil {
return nil, fmt.Errorf("failed to inspect exec result: %v", err)
}
time.Sleep(100 * time.Millisecond)
time.Sleep(50 * time.Millisecond)
}

if res == nil || res.Running {
Expand Down

0 comments on commit bffe3d2

Please sign in to comment.