X-Git-Url: http://www.git.stargrave.org/?p=public-inbox.git;a=blobdiff_plain;f=t%2Fnntpd.t;h=30233ce0c3b186ba8dd4d813183d8d81e874584a;hp=058bd796e8fb28979ac46b76d9dfb3a0b9c44f69;hb=cf4cbaac260b5c24ed7173c39e0e18c0f0deb89f;hpb=7f70bf3c6aab60f494842504e1267e719515430b diff --git a/t/nntpd.t b/t/nntpd.t index 058bd796..30233ce0 100644 --- a/t/nntpd.t +++ b/t/nntpd.t @@ -358,7 +358,7 @@ Date: Fri, 02 Oct 1993 00:00:00 +0000 } ok(run_script([qw(-index -c -j0 --reindex), $ibx->{inboxdir}], undef, $noerr), '-compacted'); - select(undef, undef, undef, $fast_idle ? 0.1 : 2.1); + tick($fast_idle ? 0.1 : 2.1); $art = $n->article($ex->header('Message-ID')); ok($art, 'new article retrieved after compact'); $lsof or skip 'lsof missing', 1; @@ -372,9 +372,9 @@ Date: Fri, 02 Oct 1993 00:00:00 +0000 { setsockopt($s, IPPROTO_TCP, TCP_NODELAY, 1); syswrite($s, 'HDR List-id 1-'); - select(undef, undef, undef, 0.15); + tick(0.15); ok($td->kill, 'killed nntpd'); - select(undef, undef, undef, 0.15); + tick(0.15); syswrite($s, "\r\n"); $buf = ''; do {