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 28
28
with :
29
29
node-version : ${{ env.NODE_VERSION }}
30
30
- 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
32
32
- name : Get yarn cache directory path
33
33
id : yarn-cache-dir-path
34
34
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