Skip to content

Commit d8be75a

Browse files
committed
Remove Timeout 10 sec
Remove the previously added timeout Signed-off-by: Arjun Raja Yogidas <[email protected]>
1 parent 80178b5 commit d8be75a

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

benchmark/framework/containerd_utils.go

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -209,8 +209,6 @@ func (proc *ContainerdProcess) RunContainerTaskForReadyLine(
209209
stdoutScanner := bufio.NewScanner(taskDetails.stdoutReader)
210210
stderrScanner := bufio.NewScanner(taskDetails.stderrReader)
211211

212-
time.Sleep(10 * time.Second)
213-
214212
exitStatusC, err := taskDetails.task.Wait(ctx)
215213
if err != nil {
216214
return nil, err

0 commit comments

Comments
 (0)