summaryrefslogtreecommitdiff
path: root/t/BucardoTesting.pm
diff options
context:
space:
mode:
authorDavid E. Wheeler2012-11-01 21:54:39 +0000
committerDavid E. Wheeler2012-11-01 21:54:39 +0000
commit753ecbdf8ada16ae3c7f1eaee2d806b5de6d302f (patch)
treeff06690701c3b0a46db38a043b3656436e42ed15 /t/BucardoTesting.pm
parentd415158ce41247eb1bb853697e2584791a9a2d53 (diff)
Sleep for 0.5s after serialization failure.
By default, and rather than the previous 10s time. Kevin Gritter tells us that we could probably eliminate the sleep, as the chances of a conflict after a serialization rollback are extremely low. Even 20ms would be generous, he says. Going with 0.5s (500 ms) just because it's the same value as the default `kid_sleep`.
Diffstat (limited to 't/BucardoTesting.pm')
-rw-r--r--t/BucardoTesting.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/t/BucardoTesting.pm b/t/BucardoTesting.pm
index 534b87cc4..b09844823 100644
--- a/t/BucardoTesting.pm
+++ b/t/BucardoTesting.pm
@@ -1060,7 +1060,6 @@ sub setup_bucardo {
$count = $sth->execute('reason_file' => "$PIDDIR/reason");
$count = $sth->execute('sendmail_file' => 'debug.sendmail.txt');
$count = $sth->execute('audit_pid' => 1);
- $count = $sth->execute('kid_serial_sleep' => 1);
$dbh->commit();
## Adjust a second way