mirror of
https://github.com/status-im/consul.git
synced 2025-01-11 14:24:39 +00:00
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…
x
Reference in New Issue
Block a user