PT-1554 Updated a slow test

This commit is contained in:
Carlos Salguero
2018-05-16 23:21:49 -03:00
parent 543875e638
commit aad1ef0e30

View File

@@ -468,6 +468,7 @@ test_alter_table(
# Done. # Done.
# ############################################################################# # #############################################################################
$sb->wipe_clean($master_dbh); $sb->wipe_clean($master_dbh);
$sb->wait_for_slaves();
ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox"); ok($sb->ok(), "Sandbox servers") or BAIL_OUT(__FILE__ . " broke the sandbox");
# #
done_testing; done_testing;