Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Commit

Permalink
Remove temp UI sleep fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
briancain committed May 24, 2021
1 parent 0fb806a commit 0b4ef90
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions builtin/docker/platform.go
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,6 @@ import (
"path/filepath"
"strconv"
"strings"
"time"

"github.com/docker/docker/api/types"
"github.com/docker/docker/api/types/container"
Expand Down Expand Up @@ -209,9 +208,6 @@ func (p *Platform) Status(
result.TimeGenerated = ptypes.TimestampNow()
log.Debug("status report complete")

// TODO(briancain): remove me GH #1469
time.Sleep(500 * time.Millisecond)

// update output based on main health state
s.Update("Finished building report for Docker platform")
s.Done()
Expand All @@ -228,9 +224,6 @@ func (p *Platform) Status(
st.Step(terminal.StatusError, fmt.Sprintf("Container %q is reporting not ready!", containerInfo.Name))
}

// TODO(briancain): remove me GH #1469
time.Sleep(500 * time.Millisecond)

return &result, nil
}

Expand Down

0 comments on commit 0b4ef90

Please sign in to comment.