forked from toolshed/abra
		
	fix: shorter timeout on deploy
This commit is contained in:
		@ -492,7 +492,7 @@ func waitOnService(ctx context.Context, cl *dockerclient.Client, serviceID, serv
 | 
			
		||||
 | 
			
		||||
	go io.Copy(ioutil.Discard, pipeReader)
 | 
			
		||||
 | 
			
		||||
	timeout := 60 * time.Second
 | 
			
		||||
	timeout := 30 * time.Second
 | 
			
		||||
 | 
			
		||||
	select {
 | 
			
		||||
	case err := <-errChan:
 | 
			
		||||
 | 
			
		||||
		Reference in New Issue
	
	Block a user