View | Details | Raw Unified | Return to bug 24022
Collapse All | Expand All

(-)a/t/db_dependent/Koha/Z3950Responder/GenericSession.t (-1 / +1 lines)
Lines 90-96 subtest 'test_search' => sub { Link Here
90
        $z->start();
90
        $z->start();
91
        exit;
91
        exit;
92
    }
92
    }
93
    sleep(1);
93
    sleep(10); # Just a try to see if it fixes Jenkins
94
94
95
    # Z39.50 protocol tests
95
    # Z39.50 protocol tests
96
    my $o = new ZOOM::Options();
96
    my $o = new ZOOM::Options();
(-)a/t/db_dependent/Koha/Z3950Responder/ZebraSession.t (-2 / +1 lines)
Lines 88-94 subtest 'test_search' => sub { Link Here
88
        $z->start();
88
        $z->start();
89
        exit;
89
        exit;
90
    }
90
    }
91
    sleep(1);
91
    sleep(10); # Just a try to see if it fixes Jenkins
92
92
93
    my $o = new ZOOM::Options();
93
    my $o = new ZOOM::Options();
94
    $o->option(preferredRecordSyntax => 'xml');
94
    $o->option(preferredRecordSyntax => 'xml');
95
- 

Return to bug 24022