Run checks more often in `expectStatus`

This commit is contained in:
William Tisäter 2014-05-09 03:41:10 +02:00
parent 31c962f2a9
commit d199dcde9b
1 changed files with 1 additions and 1 deletions

View File

@ -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()