Gitweb: http://git.fedorahosted.org/git/?p=gfs2-utils.git;a=commitdiff;h=9add3ea518e... Commit: 9add3ea518e7c64cbea464571a543d4c8365635c Parent: 4d10d11d3ac7ea0906eb862d3d9ebd1ad0a09040 Author: Andrew Price anprice@redhat.com AuthorDate: Mon Aug 15 14:43:42 2016 +0100 Committer: Andrew Price anprice@redhat.com CommitterDate: Mon Aug 15 14:43:42 2016 +0100
gfs2-utils tests: Disable timeout for check_rgrp
This test can take some time but it is bounded so the fixed timeout can be removed. This will stop the test from failing on slow machines without having to guess at a sensible duration.
Related: Debian bug #823583
Signed-off-by: Andrew Price anprice@redhat.com --- tests/check_rgrp.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/tests/check_rgrp.c b/tests/check_rgrp.c index 792b3ae..ce22c38 100644 --- a/tests/check_rgrp.c +++ b/tests/check_rgrp.c @@ -125,7 +125,7 @@ static Suite * libgfs2_suite(void) tcase_add_test(tc_rgrp, test_rbm_find_good); tcase_add_test(tc_rgrp, test_rbm_find_bad); tcase_add_test(tc_rgrp, test_rbm_find_lastblock); - tcase_set_timeout(tc_rgrp, 120); + tcase_set_timeout(tc_rgrp, 0); suite_add_tcase(s, tc_rgrp);
return s;
cluster-commits@lists.stg.fedorahosted.org