Skip to content

Commit 6a09d35

Browse files
authored
Merge pull request #65 from coderbirju/fix_visualization
Remove Timeout 10 sec
2 parents 80178b5 + d8be75a commit 6a09d35

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)