From 2537e7a443bb1903cc79995d152b594264ff33d8 Mon Sep 17 00:00:00 2001 From: "R. David Murray" Date: Thu, 5 Nov 2009 01:50:56 +0000 Subject: Increase the timeout in the bsddb3 replication test to allow the test time to complete on slow buildbots. See issue 6462. --- Lib/bsddb/test/test_replication.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Lib/bsddb/test/test_replication.py b/Lib/bsddb/test/test_replication.py index 25f03db..faeaf46 100644 --- a/Lib/bsddb/test/test_replication.py +++ b/Lib/bsddb/test/test_replication.py @@ -116,7 +116,7 @@ class DBReplicationManager(unittest.TestCase): # is not generated if the master has no new transactions. # This is solved in BDB 4.6 (#15542). import time - timeout = time.time()+10 + timeout = time.time()+30 while (time.time()