Author: salimma
Update of /cvs/free/rpms/miro/devel
In directory se02.es.rpmfusion.net:/tmp/cvs-serv21216
Modified Files:
miro-4.0.2-change_timeout.patch
Log Message:
Try increasing timeout for RPM Fusion build servers
miro-4.0.2-change_timeout.patch:
subprocesstest.py | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
Index: miro-4.0.2-change_timeout.patch
===================================================================
RCS file: /cvs/free/rpms/miro/devel/miro-4.0.2-change_timeout.patch,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- miro-4.0.2-change_timeout.patch 13 Feb 2012 10:56:03 -0000 1.1
+++ miro-4.0.2-change_timeout.patch 14 Feb 2012 10:52:01 -0000 1.2
@@ -18,7 +18,7 @@
EventLoopTest.tearDown(self)
- def _wait_for_subprocess_ready(self, timeout=4.0):
-+ def _wait_for_subprocess_ready(self, timeout=6.0):
++ def _wait_for_subprocess_ready(self, timeout=20.0):
"""Wait for the subprocess to startup."""
start = time.time()