We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3105cfd commit b5e3adfCopy full SHA for b5e3adf
benchmark/framework/containerd_utils.go
@@ -209,6 +209,8 @@ 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