File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2828        with :
2929          node-version : ${{ env.NODE_VERSION }} 
3030      - name : Fix node-gyp and Python 
31-         run : python3 -m pip install packaging setuptools 
31+         run : python3 -m pip install packaging setuptools --break-system-packages || python3 -m pip install packaging setuptools  
3232      - name : Get yarn cache directory path 
3333        id : yarn-cache-dir-path 
3434        run : echo "dir=$(yarn cache dir)" >> $GITHUB_OUTPUT 
Original file line number Diff line number Diff line change @@ -33,7 +33,7 @@ test.before(async () => {
3333    executablePath : pathToBinary 
3434  } ) ; 
3535  await  app . firstWindow ( ) ; 
36-   await  new  Promise ( ( resolve )  =>  setTimeout ( resolve ,  5000 ) ) ; 
36+   await  new  Promise ( ( resolve )  =>  setTimeout ( resolve ,  10000 ) ) ; 
3737} ) ; 
3838
3939test . after ( async  ( )  =>  { 
 
 
   
 
     
   
   
          
    
    
     
    
      
     
     
    You can’t perform that action at this time.
  
 
    
  
    
      
        
     
       
      
     
   
 
    
    
  
 
  
 
     
    
0 commit comments