Run checks more often in `expectStatus`

pull/136/head
William Tisäter 11 years ago
parent 4a9058a07e
commit 0e865daf4c

@ -31,7 +31,7 @@ func expectStatus(t *testing.T, script, status string) {
Notify: mock,
CheckID: "foo",
Script: script,
Interval: 25 * time.Millisecond,
Interval: 10 * time.Millisecond,
Logger: log.New(os.Stderr, "", log.LstdFlags),
}
check.Start()

Loading…
Cancel
Save