From 7372f17cb108099590fc753974b0a33426dff232 Mon Sep 17 00:00:00 2001 From: Stefan Metzmacher Date: Mon, 29 Jun 2015 08:49:39 +0200 Subject: [PATCH] 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 Reviewed-by: Michael Adam --- selftest/selftest.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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}; } -- 2.11.4.GIT