summaryrefslogtreecommitdiff
path: root/selftest/selftest.pl
diff options
context:
space:
mode:
authorStefan Metzmacher <metze@samba.org>2015-03-15 23:06:47 +0100
committerAndrew Bartlett <abartlet@samba.org>2015-03-16 03:00:06 +0100
commit44113a45dcf139f7ac95f217dcc9aab45a203975 (patch)
tree3ecaacf224be0bd0a3029ac37e7a57c9ddf53d16 /selftest/selftest.pl
parent9198246f91c02e33ed7a3580588557d0fb9f8811 (diff)
downloadsamba-44113a45dcf139f7ac95f217dcc9aab45a203975.tar.gz
selftest: use server_maxtime = 9000 by default
With something like this: samba.stdout: [1730(16549)/1735 at 2h9m58s] samba4.blackbox.dbcheck(dc) ERROR: Testsuite[samba4.blackbox.dbcheck(dc)] REASON: unable to set up environment dc:local - exiting samba.stderr: samba: maximum runtime exceeded - terminating at 1426447450, current ts: 1426447450 samba child process 653 exited with value 0 Signed-off-by: Stefan Metzmacher <metze@samba.org> Reviewed-by: Andrew Bartlett <abartlet@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 72341f01e8f..f08a8f9e373 100755
--- a/selftest/selftest.pl
+++ b/selftest/selftest.pl
@@ -428,7 +428,7 @@ $ENV{BINARY_MAPPING} = $opt_binary_mapping;
# must terminate in this time, and testenv will only stay alive this
# long
-my $server_maxtime = 7500;
+my $server_maxtime = 9000;
if (defined($ENV{SMBD_MAXTIME}) and $ENV{SMBD_MAXTIME} ne "") {
$server_maxtime = $ENV{SMBD_MAXTIME};
}