From 5332b61c4fc60b44d0f29aa6b18d7286460c66b8 Mon Sep 17 00:00:00 2001 From: Ronnie Sahlberg Date: Wed, 8 Aug 2007 17:49:08 +1000 Subject: [PATCH] run the test for 60 seconds if that is what we claim (This used to be ctdb commit ff0c0526e21c35fe7a599e61cd0f84352c7f6ad6) --- ctdb/tests/rb_test.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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++; -- 2.47.3