Skip to content

Commit

Permalink
Fix test
Browse files Browse the repository at this point in the history
  • Loading branch information
plu committed Feb 16, 2010
1 parent 1bf9b5e commit ac16970
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion t/020-live.t
Original file line number Diff line number Diff line change
Expand Up @@ -82,9 +82,9 @@ foreach my $namespace (qw(Gearman::Driver::Test::Live::NS1::Basic)) {

# test max_idle_time (5)
for ( 1 .. 3 ) {
sleep($_);
my $pid = $gc->do_task( 'Gearman::Driver::Test::Live::NS1::Basic::get_pid' => '' );
is( $$first_pid, $$pid, 'Still the same PID' );
sleep(2);
}

sleep(6);
Expand Down

0 comments on commit ac16970

Please sign in to comment.