diff --git a/t/02-initial.t b/t/02-initial.t index fe1344a..81724f2 100644 --- a/t/02-initial.t +++ b/t/02-initial.t @@ -9,7 +9,7 @@ use Test::More; BEGIN{ $ENV{TEST_FAST} and plan 'skip_all'; } my $c = EV::Tarantool16->new({ - host => 'localhost', + host => 'localhost.', port => 14032, reconnect => 1/3, connected => sub { diff --git a/t/03-connected.t b/t/03-connected.t index 76beb89..356a04f 100644 --- a/t/03-connected.t +++ b/t/03-connected.t @@ -10,7 +10,7 @@ BEGIN{ $ENV{TEST_FAST} and plan 'skip_all'; } my $dis_call = 0; my $c = EV::Tarantool16->new({ - host => 'localhost', + host => 'localhost.', port => 3301, reconnect => 0, log_level => $ENV{TEST_VERBOSE} ? 4 : 0,