We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 80178b5 + d8be75a commit 6a09d35Copy full SHA for 6a09d35
benchmark/framework/containerd_utils.go
@@ -209,8 +209,6 @@ func (proc *ContainerdProcess) RunContainerTaskForReadyLine(
209
stdoutScanner := bufio.NewScanner(taskDetails.stdoutReader)
210
stderrScanner := bufio.NewScanner(taskDetails.stderrReader)
211
212
- time.Sleep(10 * time.Second)
213
-
214
exitStatusC, err := taskDetails.task.Wait(ctx)
215
if err != nil {
216
return nil, err
0 commit comments