Skip to content

Commit

Permalink
Sleep 1 second to make sure the worker is gone
Browse files Browse the repository at this point in the history
  • Loading branch information
muffato committed Dec 22, 2016
1 parent 9927b58 commit d3c495d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions t/10.pipeconfig/longmult.t
Original file line number Diff line number Diff line change
Expand Up @@ -81,6 +81,7 @@ foreach my $long_mult_version ( @pipeline_cfgs ) {
sprintf("%s*%s=%s", $_->{'a_multiplier'}, $_->{'b_multiplier'}, $_->{'result'}) );
}

sleep(1);
$hive_dba->dbc->disconnect_if_idle();
run_sql_on_db($pipeline_url, 'DROP DATABASE');
}
Expand Down

0 comments on commit d3c495d

Please sign in to comment.