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);
 

Reply via email to