mirror of
https://github.com/ddworken/hishtory.git
synced 2024-11-23 08:45:16 +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) {
|
func waitForBackgroundSavesToComplete(t *testing.T) {
|
||||||
for i := 0; i < 20; i++ {
|
for i := 0; i < 30; i++ {
|
||||||
cmd := exec.Command(getPidofCommand(), "hishtory")
|
cmd := exec.Command(getPidofCommand(), "hishtory")
|
||||||
var stdout bytes.Buffer
|
var stdout bytes.Buffer
|
||||||
var stderr bytes.Buffer
|
var stderr bytes.Buffer
|
||||||
|
Loading…
Reference in New Issue
Block a user