1
0
mirror of https://github.com/samba-team/samba.git synced 2025-02-26 21:57:41 +03:00

selftest: Allow 4 hours for the test to run (ouch!)

Signed-off-by: Andrew Bartlett <abartlet@samba.org>
Reviewed-by: Garming Sam <garming@catalyst.net.nz>
This commit is contained in:
Andrew Bartlett 2016-03-02 08:54:42 +13:00
parent 8440dda3cb
commit 13e62b2e35

View File

@ -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 "") {