svn commit: samba r22420 - in branches/SAMBA_4_0/source/script/tests: .

metze at samba.org metze at samba.org
Sat Apr 21 07:21:08 GMT 2007


Author: metze
Date: 2007-04-21 07:21:08 +0000 (Sat, 21 Apr 2007)
New Revision: 22420

WebSVN: http://websvn.samba.org/cgi-bin/viewcvs.cgi?view=rev&root=samba&rev=22420

Log:
fix smbd timeout

metze
Modified:
   branches/SAMBA_4_0/source/script/tests/Samba4.pm


Changeset:
Modified: branches/SAMBA_4_0/source/script/tests/Samba4.pm
===================================================================
--- branches/SAMBA_4_0/source/script/tests/Samba4.pm	2007-04-20 21:31:04 UTC (rev 22419)
+++ branches/SAMBA_4_0/source/script/tests/Samba4.pm	2007-04-21 07:21:08 UTC (rev 22420)
@@ -710,7 +710,7 @@
 
 	my $env = $self->provision_member($path, $dc_vars);
 
-	$self->check_or_start($env, ($ENV{SMBD_MAX_TIME} or 6500));
+	$self->check_or_start($env, ($ENV{SMBD_MAXTIME} or 6500));
 
 	$self->wait_for_start($env);
 
@@ -724,7 +724,7 @@
 	my $env = $self->provision_dc($path);
 
 	$self->check_or_start($env, 
-		($ENV{SMBD_MAX_TIME} or 5400));
+		($ENV{SMBD_MAXTIME} or 6500));
 
 	$self->wait_for_start($env);
 



More information about the samba-cvs mailing list