From f32d61efd68686abbd67cff1fbfa99b6d726a6eb Mon Sep 17 00:00:00 2001 From: Calen Pennington Date: Thu, 8 Dec 2011 16:46:02 -0500 Subject: Only use a minimal filemonitor for testing (cherry picked from commit 18fbd90fb23a7e9c7a79fcfa3e570be45996a043) --- src/sbin/bcfg2-test | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) (limited to 'src') diff --git a/src/sbin/bcfg2-test b/src/sbin/bcfg2-test index a0257ca52..af2225245 100644 --- a/src/sbin/bcfg2-test +++ b/src/sbin/bcfg2-test @@ -56,9 +56,10 @@ def main(): setup['repo'], setup['plugins'], setup['password'], - setup['encoding'] + setup['encoding'], + filemonitor='pseudo' ) - core.fam.handle_events_in_interval(4) + core.fam.handle_events_in_interval(0.1) suite = [ClientTest(core, client) for client in core.metadata.clients] TestProgram(argv=sys.argv[0:1], suite = suite) -- cgit v1.2.3-1-g7c22