summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-06-29 08:49:39 +0200
committerMichael Adam <obnox@samba.org>2015-06-30 14:23:18 +0200
commit7372f17cb108099590fc753974b0a33426dff232 (patch)
treeb565545a2450d4085cfcc9e0e0236ed6f499652c /selftest/selftest.pl
parent497432211966ce05d5b88df307d0d6071a4252ac (diff)
downloadsamba-7372f17cb108099590fc753974b0a33426dff232.tar.gz
selftest: use server_maxtime = 10800 by default
With something like this: samba.stdout: [1855(18118)/1864 at 2h37m4s] samba4.krb5.kdc with account ALLOWED permission to replicate to an RODC(fl2008r2dc) [1856(18378)/1864 at 2h37m57s] samba4.blackbox.dbcheck(ad_dc_ntvfs) ERROR: Testsuite[samba4.blackbox.dbcheck(ad_dc_ntvfs)] REASON: unable to set up environment ad_dc_ntvfs:local - exiting samba.stderr: samba: maximum runtime exceeded - terminating at 1435553350, current ts: 1435553350 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Michael Adam <obnox@samba.org>
Diffstat (limited to 'selftest/selftest.pl')
-rwxr-xr-xselftest/selftest.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/selftest/selftest.pl b/selftest/selftest.pl
index bbd81d635bb..d71d1583615 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -415,7 +415,7 @@ my $testenv_default = "none";
# must terminate in this time, and testenv will only stay alive this
# long
-my $server_maxtime = 9000;
+my $server_maxtime = 10800;
if (defined($ENV{SMBD_MAXTIME}) and $ENV{SMBD_MAXTIME} ne "") {
$server_maxtime = $ENV{SMBD_MAXTIME};
}