diff options
| author | David E. Wheeler | 2012-11-01 21:54:39 +0000 |
|---|---|---|
| committer | David E. Wheeler | 2012-11-01 21:54:39 +0000 |
| commit | 753ecbdf8ada16ae3c7f1eaee2d806b5de6d302f (patch) | |
| tree | ff06690701c3b0a46db38a043b3656436e42ed15 /t/BucardoTesting.pm | |
| parent | d415158ce41247eb1bb853697e2584791a9a2d53 (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.pm | 1 |
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 |
