Skip to content

Commit 31b30be

Browse files
author
dams
committed
apply #112
1 parent 2255fb9 commit 31b30be

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

t/11-timeout.t

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ subtest "server doesn't replies quickly enough" => sub {
3131
qr/Error while reading from Redis server:/,
3232
"the code died as expected",
3333
);
34+
ok($! == ETIMEDOUT || $! == EWOULDBLOCK);
3435
};
3536

3637
subtest "server doesn't respond at connection (cnx_timeout)" => sub {

0 commit comments

Comments
 (0)