From: R. David Murray Date: Thu, 5 Nov 2009 14:08:06 +0000 (+0000) Subject: Merged revisions 76116 via svnmerge from X-Git-Tag: v2.6.5rc1~376 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0f44dad5ed9ac5396c850a90d2309d3f54e6dcac;p=python Merged revisions 76116 via svnmerge from svn+ssh://pythondev@svn.python.org/python/trunk ........ r76116 | r.david.murray | 2009-11-04 20:50:56 -0500 (Wed, 04 Nov 2009) | 3 lines Increase the timeout in the bsddb3 replication test to allow the test time to complete on slow buildbots. See issue 6462. ........ --- diff --git a/Lib/bsddb/test/test_replication.py b/Lib/bsddb/test/test_replication.py index 25f03dbabe..faeaf4673d 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()