Sign Up
Log In
Log In
or
Sign Up
Places
All Projects
Status Monitor
Collapse sidebar
SUSE:SLE-15-SP7:Update
python-paramiko.30963
paramiko-test_extend_timeout.patch
Overview
Repositories
Revisions
Requests
Users
Attributes
Meta
File paramiko-test_extend_timeout.patch of Package python-paramiko.30963
Index: paramiko-2.5.0/tests/test_buffered_pipe.py =================================================================== --- paramiko-2.5.0.orig/tests/test_buffered_pipe.py +++ paramiko-2.5.0/tests/test_buffered_pipe.py @@ -68,7 +68,7 @@ class BufferedPipeTest(unittest.TestCase self.assertTrue(False) except PipeTimeout: pass - self.assertEqual(b"b", p.read(1, 1.0)) + self.assertEqual(b"b", p.read(1, 3.0)) self.assertEqual(b"", p.read(1)) def test_close_while_reading(self):
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