diff --git a/internal/test/daemon/daemon.go b/internal/test/daemon/daemon.go index 3c7ec5ef50a9a..cca2c078fe16a 100644 --- a/internal/test/daemon/daemon.go +++ b/internal/test/daemon/daemon.go @@ -352,7 +352,7 @@ func (d *Daemon) StartWithLogFile(out *os.File, providedArgs ...string) error { select { case <-ctx.Done(): - case <-time.After(500 * time.Microsecond): + case <-time.After(500 * time.Millisecond): } continue }