| 
						
						
							
								
							
						
						
					 | 
					 | 
					@ -271,7 +271,7 @@ jobs: | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 10 || 30) }} # allow more time when we missed the scons cache | 
					 | 
					 | 
					 | 
					      timeout-minutes: ${{ ((steps.restore-scons-cache.outputs.cache-hit == 'true') && 10 || 30) }} # allow more time when we missed the scons cache | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      run: ${{ env.RUN }} "scons -j$(nproc)" | 
					 | 
					 | 
					 | 
					      run: ${{ env.RUN }} "scons -j$(nproc)" | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					    - name: Run unit tests | 
					 | 
					 | 
					 | 
					    - name: Run unit tests | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      timeout-minutes: 40 | 
					 | 
					 | 
					 | 
					      timeout-minutes: 15 | 
				
			
			
				
				
			
		
	
		
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					      run: | | 
					 | 
					 | 
					 | 
					      run: | | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					        ${{ env.RUN }} "export SKIP_LONG_TESTS=1 && \ | 
					 | 
					 | 
					 | 
					        ${{ env.RUN }} "export SKIP_LONG_TESTS=1 && \ | 
				
			
			
		
	
		
		
			
				
					
					 | 
					 | 
					 | 
					                        $PYTEST -n auto --dist=loadscope --timeout 30 -o cpp_files=test_* && \ | 
					 | 
					 | 
					 | 
					                        $PYTEST -n auto --dist=loadscope --timeout 30 -o cpp_files=test_* && \ | 
				
			
			
		
	
	
		
		
			
				
					| 
						
							
								
							
						
						
						
					 | 
					 | 
					
  |