unit tests: Disable timeout for one of the test cases.
This one can take a while, thus disable the timeout.
This commit is contained in:
parent
5fcc5909cc
commit
372c041bd8
|
@ -270,6 +270,7 @@ Suite *suite_trigger(void)
|
|||
suite_add_tcase(s, tc);
|
||||
|
||||
tc = tcase_create("match");
|
||||
tcase_set_timeout(tc, 0);
|
||||
tcase_add_checked_fixture(tc, srtest_setup, srtest_teardown);
|
||||
tcase_add_test(tc, test_trigger_match_add);
|
||||
tcase_add_test(tc, test_trigger_match_add_bogus);
|
||||
|
|
Loading…
Reference in New Issue