Skip to content
Snippets Groups Projects
Commit 846b6513 authored by inso's avatar inso
Browse files

Fix qt script and

parent 4b152889
No related branches found
No related tags found
No related merge requests found
......@@ -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"
......
......@@ -8,7 +8,7 @@ function Controller() {
}
Controller.prototype.WelcomePageCallback = function() {
gui.clickButton(buttons.NextButton);
gui.clickButton(buttons.NextButton, 3000);
}
Controller.prototype.CredentialsPageCallback = function() {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment