Fix CI failures: errcheck lint errors and flaky memory pressure test

This commit is contained in:
Steve Yegge
2025-10-24 00:27:07 -07:00
parent 1220304a61
commit e293974c71
6 changed files with 20 additions and 17 deletions

View File

@@ -544,7 +544,7 @@ func migrateToGlobalDaemon() {
os.Exit(1)
}
go cmd.Wait()
go func() { _ = cmd.Wait() }()
// Wait for daemon to be ready
time.Sleep(2 * time.Second)