From: Ronnie Sahlberg Date: Wed, 8 Aug 2007 07:49:08 +0000 (+1000) Subject: run the test for 60 seconds if that is what we claim X-Git-Tag: tevent-0.9.20~348^2~2442^2~5 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=5332b61c4fc60b44d0f29aa6b18d7286460c66b8;p=thirdparty%2Fsamba.git run the test for 60 seconds if that is what we claim (This used to be ctdb commit ff0c0526e21c35fe7a599e61cd0f84352c7f6ad6) --- diff --git a/ctdb/tests/rb_test.c b/ctdb/tests/rb_test.c index 553517d12b5..1d95c8f84cb 100644 --- a/ctdb/tests/rb_test.c +++ b/ctdb/tests/rb_test.c @@ -213,7 +213,7 @@ int main(int argc, const char *argv[]) tree = trbt_create(NULL); i=0; start_timer(); - while(end_timer() < 10.0){ + while(end_timer() < 60.0){ char *str; i++;