Attempt to fix the timing error in the memory concurrency test (#952)
Only shows in travis Signed-off-by: Erik Hollensbe <github@hollensbe.org>
This commit is contained in:
		
				
					committed by
					
						 Asim Aslam
						Asim Aslam
					
				
			
			
				
	
			
			
			
						parent
						
							4107733453
						
					
				
				
					commit
					bec13a45cd
				
			| @@ -194,7 +194,7 @@ func TestMemoryRegistryTTL(t *testing.T) { | |||||||
|  |  | ||||||
| func TestMemoryRegistryTTLConcurrent(t *testing.T) { | func TestMemoryRegistryTTLConcurrent(t *testing.T) { | ||||||
| 	concurrency := 1000 | 	concurrency := 1000 | ||||||
| 	waitTime := ttlPruneTime * 2 | 	waitTime := ttlPruneTime * 4 | ||||||
| 	m := NewRegistry() | 	m := NewRegistry() | ||||||
|  |  | ||||||
| 	for _, v := range testData { | 	for _, v := range testData { | ||||||
|   | |||||||
		Reference in New Issue
	
	Block a user