Skip to content

Commit

Permalink
added default config to run on windows only.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattRedBox committed Nov 19, 2021
1 parent 8a3ca46 commit f2a065b
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions appveyor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ environment:
secure: faAiDKB0AuOoVTQrRYs/91SSOM0fgPTc13Sz/Oiu6CniFpShg/8a2+hZ2inzMFde
matrix:
- job_name: Windows build
appveyor_build_worker_image: Visual Studio 2017
job_group: OS_job

## for linux and osx
Expand All @@ -38,6 +39,9 @@ for:
branches:
except:
- ci
- macosx
- linux
- /^v\d+\.\d+(\.\d+)?(-\S*)?$/
init:
- git config --global core.autocrlf input
install:
Expand Down
2 changes: 1 addition & 1 deletion test/features/support/world.js
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ function createApp () {
path: electron,
args: ['dist/electron/main.js'],
startTimeout: 20000,
waitTimeout: 1000,
waitTimeout: 10000,
quitTimeout: 5000,
env: {
ELECTRON_ENABLE_LOGGING: true,
Expand Down

0 comments on commit f2a065b

Please sign in to comment.