From a10b6b74bde0cbb75300370193de1c214fc1fb99 Mon Sep 17 00:00:00 2001 From: Greg Sabino Mullane Date: Wed, 1 Sep 2010 16:43:46 -0400 Subject: [PATCH] Small test tweak. --- t/10-pushdelta.t | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/t/10-pushdelta.t b/t/10-pushdelta.t index 3c5c747c1..12cc0fb69 100644 --- a/t/10-pushdelta.t +++ b/t/10-pushdelta.t @@ -16,7 +16,7 @@ my $bct = BucardoTesting->new() or BAIL_OUT "Creation of BucardoTesting object f $location = 'pushdelta'; my $numtabletypes = keys %tabletype; -plan tests => 43 + ($numtabletypes * 19); +plan tests => 41 + ($numtabletypes * 19); pass("*** Beginning pushdelta tests"); @@ -187,6 +187,8 @@ $command = "bucardo_ctl reload sync pushdeltaAB"; $res = $bct->ctl($command); +sleep 1; + ## Delete rows from A for my $table (keys %tabletype) { $sth{deleteall}{$table}{A}->execute(); -- 2.39.5