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 37921d9 commit 6f41d63Copy full SHA for 6f41d63
t/pm_to_blib.t
@@ -70,6 +70,9 @@ local $ENV{PERL_INSTALL_QUIET};
70
71
# Rerun the Makefile.PL, pm_to_blib should rerun
72
{
73
+ # Seems there are occasional race conditions with these tests
74
+ # waiting a couple of seconds appears to resolve these
75
+ sleep 2;
76
run_ok(qq{$perl Makefile.PL});
77
78
# XXX This is a fragile way to check that it reran.
0 commit comments