We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5406ecb commit e763908Copy full SHA for e763908
Lib/test/test_subprocess.py
@@ -1079,7 +1079,8 @@ def test_wait_timeout(self):
1079
self.assertIn("0.0001", str(c.exception)) # For coverage of __str__.
1080
# Some heavily loaded buildbots (sparc Debian 3.x) require this much
1081
# time to start.
1082
- self.assertEqual(p.wait(timeout=3), 0)
+ # OBS might require even more
1083
+ self.assertEqual(p.wait(timeout=10), 0)
1084
1085
def test_wait_endtime(self):
1086
"""Confirm that the deprecated endtime parameter warns."""
0 commit comments