|  | @@ -16,7 +16,7 @@ function run() {
 | 
	
		
			
			| 16 | 16 |      const configuration = `${prefix}.${suffix}`;
 | 
	
		
			
			| 17 | 17 |      const cleanup = process.env.CI ? `--cleanup` : ``;
 | 
	
		
			
			| 18 | 18 |      const headless$ = android ? headless ? `--headless` : `` : ``;
 | 
	
		
			
			| 19 |  | -    const workers = multi ? 2 : 1;
 | 
	
		
			
			|  | 19 | +    const workers = multi ? 3 : 1;
 | 
	
		
			
			| 20 | 20 |  
 | 
	
		
			
			| 21 | 21 |      if (!skipBuild) {
 | 
	
		
			
			| 22 | 22 |          exec.execSync(`detox build --configuration ${configuration}`);
 |