mirror of
				https://github.com/moby/moby.git
				synced 2022-11-09 12:21:53 -05:00 
			
		
		
		
	Fix too short time.Sleep() in pkg/discovery/kv/kv_test.go
Signed-off-by: Akihiro Suda <suda.akihiro@lab.ntt.co.jp>
This commit is contained in:
		
							parent
							
								
									29dbcbad87
								
							
						
					
					
						commit
						937851580c
					
				
					 1 changed files with 1 additions and 1 deletions
				
			
		| 
						 | 
				
			
			@ -251,7 +251,7 @@ func (ds *DiscoverySuite) TestWatch(c *check.C) {
 | 
			
		|||
 | 
			
		||||
	close(mockCh)
 | 
			
		||||
	// Give it enough time to call WatchTree.
 | 
			
		||||
	time.Sleep(3)
 | 
			
		||||
	time.Sleep(3 * time.Second)
 | 
			
		||||
 | 
			
		||||
	// Stop and make sure it closes all channels.
 | 
			
		||||
	close(stopCh)
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue