You've already forked mariadb-columnstore-engine
							
							
				mirror of
				https://github.com/mariadb-corporation/mariadb-columnstore-engine.git
				synced 2025-10-31 18:30:33 +03:00 
			
		
		
		
	
		
			
				
	
	
		
			10 lines
		
	
	
		
			145 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
			
		
		
	
	
			10 lines
		
	
	
		
			145 B
		
	
	
	
		
			Bash
		
	
	
		
			Executable File
		
	
	
	
	
| #!/bin/bash
 | |
| 
 | |
| # This a tool for buildbot to keep the nightlies from swamping svn
 | |
| 
 | |
| sleep=$((($RANDOM % 16) * 45))
 | |
| 
 | |
| echo sleep $sleep
 | |
| sleep $sleep
 | |
| 
 |