Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
No build reason found for OBS_Deps:ppc64le
home:Alexander_Naumov:SLE12
python3-doc
subprocess-raise-timeout.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File subprocess-raise-timeout.patch of Package python3-doc
Index: Python-3.4.0/Lib/test/test_subprocess.py =================================================================== --- Python-3.4.0.orig/Lib/test/test_subprocess.py 2014-03-17 03:31:30.000000000 +0100 +++ Python-3.4.0/Lib/test/test_subprocess.py 2014-03-26 16:23:08.489610918 +0100 @@ -991,7 +991,8 @@ self.assertIn("0.0001", str(c.exception)) # For coverage of __str__. # Some heavily loaded buildbots (sparc Debian 3.x) require this much # time to start. - self.assertEqual(p.wait(timeout=3), 0) + # OBS might require even more + self.assertEqual(p.wait(timeout=10), 0) def test_invalid_bufsize(self): # an invalid type of the bufsize argument should raise
Locations
Projects
Search
Status Monitor
Help
OpenBuildService.org
Documentation
API Documentation
Code of Conduct
Contact
Support
@OBShq
Terms
openSUSE Build Service is sponsored by
The Open Build Service is an
openSUSE project
.
Sign Up
Log In
Places
Places
All Projects
Status Monitor