From: Andrew Bartlett Date: Tue, 1 Mar 2016 19:54:42 +0000 (+1300) Subject: selftest: Allow 4 hours for the test to run (ouch!) X-Git-Tag: talloc-2.1.6~2 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=13e62b2e350a21beefe871de64900fb78c5385f7;p=thirdparty%2Fsamba.git selftest: Allow 4 hours for the test to run (ouch!) Signed-off-by: Andrew Bartlett Reviewed-by: Garming Sam --- diff --git a/selftest/selftest.pl b/selftest/selftest.pl index 08273765279..db702463da0 100755 --- a/selftest/selftest.pl +++ b/selftest/selftest.pl @@ -420,8 +420,8 @@ if ($opt_testenv) { # 1 year should be enough :-) $server_maxtime = 365 * 24 * 60 * 60; } else { - # make test should run under 3 hours - $server_maxtime = 3 * 60 * 60; + # make test should run under 4 hours + $server_maxtime = 4 * 60 * 60; } if (defined($ENV{SMBD_MAXTIME}) and $ENV{SMBD_MAXTIME} ne "") {