[Python-checkins] r76121 - in python/branches/release26-maint: Lib/bsddb/test/test_replication.py

r.david.murray python-checkins at python.org
Thu Nov 5 15:08:07 CET 2009


Author: r.david.murray
Date: Thu Nov 5 15:08:06 2009
New Revision: 76121
Log:
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 (2009年11月04日) | 3 lines
 
 Increase the timeout in the bsddb3 replication test to allow
 the test time to complete on slow buildbots. See issue 6462.
........
Modified:
 python/branches/release26-maint/ (props changed)
 python/branches/release26-maint/Lib/bsddb/test/test_replication.py
Modified: python/branches/release26-maint/Lib/bsddb/test/test_replication.py
==============================================================================
--- python/branches/release26-maint/Lib/bsddb/test/test_replication.py	(original)
+++ python/branches/release26-maint/Lib/bsddb/test/test_replication.py	Thu Nov 5 15:08:06 2009
@@ -116,7 +116,7 @@
 # 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()<timeout) and not (self.confirmed_master and self.client_startupdone) :
 time.sleep(0.02)
 # this fails on Windows as self.client_startupdone never gets set
@@ -308,7 +308,7 @@
 # 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()+60
 while (time.time()<timeout) and not (self.confirmed_master and
 self.client_startupdone) :
 time.sleep(0.02)


More information about the Python-checkins mailing list

AltStyle によって変換されたページ (->オリジナル) /