mirror of
https://github.com/samba-team/samba.git
synced 2025-03-08 04:58:40 +03:00
r22420: fix smbd timeout
metze (This used to be commit 3ac671bd5cd9455de72e2497a6ce100609697885)
This commit is contained in:
parent
34952e81fa
commit
66a9f1e276
@ -710,7 +710,7 @@ sub setup_member($$$$)
|
||||
|
||||
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 @@ sub setup_dc($$)
|
||||
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);
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user