mirror of
				https://github.com/python/cpython.git
				synced 2025-10-31 13:41:24 +00:00 
			
		
		
		
	Relax timeout test.
This commit is contained in:
		
							parent
							
								
									5028f4d461
								
							
						
					
					
						commit
						b8ec1e35a9
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		|  | @ -716,7 +716,7 @@ def test_timeout(self): | |||
|         start = time.time() | ||||
|         self.assertRaises(pyqueue.Empty, q.get, True, 0.2) | ||||
|         delta = time.time() - start | ||||
|         self.assertGreaterEqual(delta, 0.19) | ||||
|         self.assertGreaterEqual(delta, 0.18) | ||||
| 
 | ||||
| # | ||||
| # | ||||
|  |  | |||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue
	
	 Richard Oudkerk
						Richard Oudkerk