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 29
29
with :
30
30
node-version : ${{ env.NODE_VERSION }}
31
31
- name : Fix node-gyp and Python
32
- run : python3 -m pip install packaging setuptools
32
+ run : python3 -m pip install packaging setuptools --break-system-packages || python3 -m pip install packaging setuptools
33
33
- name : Get yarn cache directory path
34
34
id : yarn-cache-dir-path
35
35
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 () => {
33
33
executablePath : pathToBinary
34
34
} ) ;
35
35
await app . firstWindow ( ) ;
36
- await new Promise ( ( resolve ) => setTimeout ( resolve , 5000 ) ) ;
36
+ await new Promise ( ( resolve ) => setTimeout ( resolve , 30000 ) ) ;
37
37
} ) ;
38
38
39
39
test . after ( async ( ) => {
You can’t perform that action at this time.
0 commit comments