mirror of
				https://github.com/1Password/onepassword-operator.git
				synced 2025-10-31 11:49:40 +00:00 
			
		
		
		
	
		
			
				
	
	
		
			9 lines
		
	
	
		
			105 B
		
	
	
	
		
			Go
		
	
	
	
	
	
			
		
		
	
	
			9 lines
		
	
	
		
			105 B
		
	
	
	
		
			Go
		
	
	
	
	
	
| package defaults
 | |
| 
 | |
| import "time"
 | |
| 
 | |
| const (
 | |
| 	E2EInterval = 1 * time.Second
 | |
| 	E2ETimeout  = 1 * time.Minute
 | |
| )
 | 
