Skip to content

Commit

Permalink
Fix qt script and
Browse files Browse the repository at this point in the history
  • Loading branch information
Insoleet committed Feb 20, 2018
1 parent 4b15288 commit 846b651
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion appveyor.yml
Expand Up @@ -11,7 +11,7 @@ environment:
PYTHON_ARCH: "64"
CONDA_PY: "35"
CONDA_NPY: "18"
QTDIR: "C:\\Qt\\5.10.0\\msvc2015_64"
QTDIR: "C:\\Qt\\5.9\\msvc2015_64"
platform: x64

- PYTHON: "C:\\Python35_32"
Expand Down
2 changes: 1 addition & 1 deletion ci/travis/qt-installer-noninteractive.qs
Expand Up @@ -8,7 +8,7 @@ function Controller() {
}

Controller.prototype.WelcomePageCallback = function() {
gui.clickButton(buttons.NextButton);
gui.clickButton(buttons.NextButton, 3000);
}

Controller.prototype.CredentialsPageCallback = function() {
Expand Down

0 comments on commit 846b651

Please sign in to comment.