mirror of
				https://github.com/yt-dlp/yt-dlp.git
				synced 2025-10-31 14:45:14 +00:00 
			
		
		
		
	[test:websockets] Fix timeout test on Windows (#9344)
Authored by: seproDev
This commit is contained in:
		| @@ -192,8 +192,8 @@ class TestWebsSocketRequestHandlerConformance: | ||||
| 
 | ||||
|     @pytest.mark.parametrize('handler', ['Websockets'], indirect=True) | ||||
|     @pytest.mark.parametrize('params,extensions', [ | ||||
|         ({'timeout': 0.00001}, {}), | ||||
|         ({}, {'timeout': 0.00001}), | ||||
|         ({'timeout': sys.float_info.min}, {}), | ||||
|         ({}, {'timeout': sys.float_info.min}), | ||||
|     ]) | ||||
|     def test_timeout(self, handler, params, extensions): | ||||
|         with handler(**params) as rh: | ||||
|   | ||||
		Reference in New Issue
	
	Block a user
	 sepro
					sepro