Small test tweak.
authorGreg Sabino Mullane <greg@endpoint.com>
Wed, 1 Sep 2010 20:43:46 +0000 (16:43 -0400)
committerGreg Sabino Mullane <greg@endpoint.com>
Wed, 1 Sep 2010 20:43:46 +0000 (16:43 -0400)
t/10-pushdelta.t

index 3c5c747c1e6099ffb4ba734a63faea9c13c001a4..12cc0fb695ec632602250ba90768f62f84b29485 100644 (file)
@@ -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();