From dda01cea55fefd450b3de5e8bacb99f264b62486 Mon Sep 17 00:00:00 2001 From: Andrew Tridgell Date: Tue, 9 Mar 2004 02:24:14 +0000 Subject: handle incomplete load files change default timelimit to 600 secs (This used to be commit c5c75a6adab10e35584dca760586fda333ca5308) --- source4/torture/nbench/nbench.c | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) (limited to 'source4/torture/nbench/nbench.c') diff --git a/source4/torture/nbench/nbench.c b/source4/torture/nbench/nbench.c index 6b0e78e1ab..3da7dedae1 100644 --- a/source4/torture/nbench/nbench.c +++ b/source4/torture/nbench/nbench.c @@ -21,8 +21,8 @@ #include "includes.h" int nbench_line_count = 0; -static int timelimit = 300; -static const char *loadfile; +static int timelimit = 600; +static char *loadfile; #define ival(s) strtol(s, NULL, 0) @@ -188,5 +188,3 @@ BOOL torture_nbench(int dummy) 1.0e-6 * nbio_total() / t); return correct; } - - -- cgit