mirror of https://github.com/status-im/consul.git
Run checks more often in `expectStatus`
This commit is contained in:
parent
4a9058a07e
commit
0e865daf4c
|
@ -31,7 +31,7 @@ func expectStatus(t *testing.T, script, status string) {
|
||||||
Notify: mock,
|
Notify: mock,
|
||||||
CheckID: "foo",
|
CheckID: "foo",
|
||||||
Script: script,
|
Script: script,
|
||||||
Interval: 25 * time.Millisecond,
|
Interval: 10 * time.Millisecond,
|
||||||
Logger: log.New(os.Stderr, "", log.LstdFlags),
|
Logger: log.New(os.Stderr, "", log.LstdFlags),
|
||||||
}
|
}
|
||||||
check.Start()
|
check.Start()
|
||||||
|
|
Loading…
Reference in New Issue