-
-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Q: Where does 'browser script timeout set to 16000' comes from #551
Comments
what you're asking in the subject of this is in Line 123 in 9d6cff1
so there is no Line 186 in 9d6cff1
|
TEMPORARY SOLUTIONwdi5/examples/ui5-js-app/webapp/test/e2e/ui5-late.test.js Lines 3 to 4 in 9d6cff1
const ui5Service = new _ui5Service(undefined,undefined,{wdi5:{waitForUI5Timeout:270000}}); |
ahhh, this means that programmatic instantiation of the |
While I debugged , I couldn't find the config data. The Is the config already being persisted in any global variable? |
hey 👋 - silence for 30 days 🤐 ... anybody? 😀 |
fixed with #552 |
I am migrating from WDI5 1-> 2 . How can I now access waitforTimeout? Previously, I used |
here's the migration guide: https://ui5-community.github.io/wdi5/#/migration?id=from-1-to-2
|
Describe the bug
How to overwrite the timeout in wdi5.
I tried several ways like below
in config as
Expected behavior
Should be able to set timeout out from the config file.
wdi5/wdio-ui5-service
-version:2.0.2
UI5
version:[1.119.0]
wdio
-version (output ofwdio --version
):8.16.12
node
-version (output ofnode --version
):v18.16.1
macOS 13.5.2
Chrome version 117.0.5938.92
The text was updated successfully, but these errors were encountered: