We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ff925a2 commit b0a2217Copy full SHA for b0a2217
t/09-conn-errors.t
@@ -25,6 +25,7 @@ sub t_cant_connect {
25
my $t_cmd_err;
26
27
AE::now_update();
28
+
29
ev_loop(
30
sub {
31
my $cv = shift;
@@ -73,6 +74,7 @@ sub t_no_connection {
73
74
my $t_cmd_err_1;
75
76
77
78
79
80
@@ -152,6 +154,7 @@ sub t_reconnection {
152
154
my $redis;
153
155
156
157
158
159
160
@@ -252,6 +255,8 @@ sub t_read_timeout {
252
255
my $t_cli_err;
253
256
254
257
258
+ AE::now_update();
259
260
261
262
0 commit comments