-
Notifications
You must be signed in to change notification settings - Fork 103
feature request: configurable timeout #17
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
Comments
Adding a configurable timeout seems like a very reasonable feature to add. I'll look into this today. |
stephenmathieson
added a commit
that referenced
this issue
Feb 7, 2019
This patch adds a `Builder#setTimeout` method for setting a configurable script timeout. Prior to this, we'd always timeout after 30 seconds. Closes #17.
stephenmathieson
added a commit
that referenced
this issue
Feb 8, 2019
This patch adds a `Builder#setTimeout` method for setting a configurable script timeout. Prior to this, we'd always timeout after 30 seconds. Closes #17.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Hello, I am facing issues with accessibility using aXe for one of my webpages. Apparently the DOM for the webpage is too huge for the aXe tool to perform accessibility. My script is timing out after 30seconds. Is there any input limit set for the aXe tool? Please advise. #17
The text was updated successfully, but these errors were encountered: