summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrew Bartlett <abartlet@samba.org>2016-03-02 08:54:42 +1300
committerKarolin Seeger <kseeger@samba.org>2016-03-15 20:29:40 +0100
commit017f1db0f76b198c64f4a3a5c7f3d06adc5ed8dc (patch)
treeaec5987a367bee7c4e511707b9710698b55d5f43
parent4b29e7bf2ee85df0e2c31116b14983e7490c9d80 (diff)
downloadsamba-017f1db0f76b198c64f4a3a5c7f3d06adc5ed8dc.tar.gz
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> (cherry picked from commit 13e62b2e350a21beefe871de64900fb78c5385f7)
-rwxr-xr-xselftest/selftest.pl4
1 files changed, 2 insertions, 2 deletions
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 "") {