@@ -, +, @@ --- t/db_dependent/Koha/Z3950Responder/GenericSession.t | 2 +- t/db_dependent/Koha/Z3950Responder/ZebraSession.t | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) --- a/t/db_dependent/Koha/Z3950Responder/GenericSession.t +++ a/t/db_dependent/Koha/Z3950Responder/GenericSession.t @@ -90,7 +90,7 @@ subtest 'test_search' => sub { $z->start(); exit; } - sleep(1); + sleep(10); # Just a try to see if it fixes Jenkins # Z39.50 protocol tests my $o = new ZOOM::Options(); --- a/t/db_dependent/Koha/Z3950Responder/ZebraSession.t +++ a/t/db_dependent/Koha/Z3950Responder/ZebraSession.t @@ -88,7 +88,7 @@ subtest 'test_search' => sub { $z->start(); exit; } - sleep(1); + sleep(10); # Just a try to see if it fixes Jenkins my $o = new ZOOM::Options(); $o->option(preferredRecordSyntax => 'xml'); --