summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorDouglas Bagnall <douglas.bagnall@catalyst.net.nz>2017-12-28 11:45:49 +1300
committerStefan Metzmacher <metze@samba.org>2017-12-29 02:48:59 +0100
commita0f810e7e39cde003c9c5e0cb701846472e80a74 (patch)
tree3eb842ec83441f052f48f00e06fa723f084b1459 /selftest/selftest.pl
parentdcfa6c021fa74a3e8e380ea99e768af3c5e37e0c (diff)
downloadsamba-a0f810e7e39cde003c9c5e0cb701846472e80a74.tar.gz
selftest: allow more time for tests
Maybe make test *should* run in under 4 hours, but it currently doesn't. Signed-off-by: Douglas Bagnall <douglas.bagnall@catalyst.net.nz> Reviewed-by: Stefan Metzmacher <metze@samba.org> Autobuild-User(master): Stefan Metzmacher <metze@samba.org> Autobuild-Date(master): Fri Dec 29 02:48:59 CET 2017 on sn-devel-144
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index 2316f9f5880..ff19d5975cc 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -441,8 +441,8 @@ if ($opt_testenv) {
# 1 year should be enough :-)
$server_maxtime = 365 * 24 * 60 * 60;
} else {
- # make test should run under 4 hours
- $server_maxtime = 4 * 60 * 60;
+ # make test should run under 5 hours
+ $server_maxtime = 5 * 60 * 60;
}
if (defined($ENV{SMBD_MAXTIME}) and $ENV{SMBD_MAXTIME} ne "") {