summaryrefslogtreecommitdiff
path: root/internal/test/daemon/daemon.go
diff options
context:
space:
mode:
Diffstat (limited to 'internal/test/daemon/daemon.go')
-rw-r--r--internal/test/daemon/daemon.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/internal/test/daemon/daemon.go b/internal/test/daemon/daemon.go
index 3c7ec5ef50..cca2c078fe 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
}