diff --git a/internal/test/daemon/daemon.go b/internal/test/daemon/daemon.go index a77835b19d..7ad3773479 100644 --- a/internal/test/daemon/daemon.go +++ b/internal/test/daemon/daemon.go @@ -341,7 +341,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 }