Skip to content

Commit

Permalink
Reassure the user that this test is not hanging
Browse files Browse the repository at this point in the history
  • Loading branch information
karenetheridge committed Mar 29, 2012
1 parent 670dd9d commit e004262
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/40-locking.t
Expand Up @@ -46,6 +46,7 @@ if ($pid) {
else {
# child
print "Starting: $$\n";
warn "Will be sleeping for 70 seconds, don't be alarmed...\n";
$pinto->add_action('Nop', sleep => 70);
$pinto->run_actions();
exit 0;
Expand Down

0 comments on commit e004262

Please sign in to comment.