Fix CI failures: errcheck lint errors and flaky memory pressure test
This commit is contained in:
@@ -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)
|
||||
|
||||
Reference in New Issue
Block a user