mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 00:34:27 +01:00
Bump the hishtory time out in case that helps fix the background saving test
This commit is contained in:
parent
9bdb1ed4ed
commit
d3b5ddc11d
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user