svn commit: samba r22597 - in branches/SAMBA_4_0/source/selftest: .

metze at samba.org metze at samba.org
Mon Apr 30 09:35:33 GMT 2007


Author: metze
Date: 2007-04-30 09:35:32 +0000 (Mon, 30 Apr 2007)
New Revision: 22597

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

Log:
try to pass on some more boxes in the build-farm without timeout

metze
Modified:
   branches/SAMBA_4_0/source/selftest/Samba4.pm


Changeset:
Modified: branches/SAMBA_4_0/source/selftest/Samba4.pm
===================================================================
--- branches/SAMBA_4_0/source/selftest/Samba4.pm	2007-04-30 08:53:56 UTC (rev 22596)
+++ branches/SAMBA_4_0/source/selftest/Samba4.pm	2007-04-30 09:35:32 UTC (rev 22597)
@@ -798,7 +798,7 @@
 
 	my $env = $self->provision_member($path, $dc_vars);
 
-	$self->check_or_start($env, ($ENV{SMBD_MAXTIME} or 6500));
+	$self->check_or_start($env, ($ENV{SMBD_MAXTIME} or 7500));
 
 	$self->wait_for_start($env);
 
@@ -812,7 +812,7 @@
 	my $env = $self->provision_dc($path);
 
 	$self->check_or_start($env, 
-		($ENV{SMBD_MAXTIME} or 6500));
+		($ENV{SMBD_MAXTIME} or 7500));
 
 	$self->wait_for_start($env);
 



More information about the samba-cvs mailing list