diff --git a/command/agent/check_test.go b/command/agent/check_test.go index 54a9b15c9..07b4f598d 100644 --- a/command/agent/check_test.go +++ b/command/agent/check_test.go @@ -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()