Bump the hishtory time out in case that helps fix the background saving test

This commit is contained in:
David Dworken 2022-10-23 00:04:25 -07:00
parent 9bdb1ed4ed
commit d3b5ddc11d

View File

@ -793,7 +793,7 @@ func getPidofCommand() string {
}
func waitForBackgroundSavesToComplete(t *testing.T) {
for i := 0; i < 20; i++ {
for i := 0; i < 30; i++ {
cmd := exec.Command(getPidofCommand(), "hishtory")
var stdout bytes.Buffer
var stderr bytes.Buffer