Skip to content
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

DevTools Error: The asynchronous expression exceeded the allotted time of 60 #7391

Closed
yeong9 opened this issue Mar 6, 2019 · 1 comment
Closed

Comments

@yeong9
Copy link

yeong9 commented Mar 6, 2019

  1. Enable Web Accessibility
  2. inline element including block-level element
    code
<strong></strong>

<script>
	document.querySelector("strong").innerHTML = new Array(30).fill(`<span><div></div></span>`)
</script>

Chrome Version: 72.0.3626.119
Error Message: The asynchronous expression exceeded the allotted time of 60s
Stack Trace:

Error: The asynchronous expression exceeded the allotted time of 60s
    at _ (chrome-devtools://devtools/remote/serve_file/@9a65993e2cde1b5797ec98da4cd9abcea464cd7b/audits2_worker/audits2_worker_module.js:1034:120)
@brendankenny
Copy link
Member

This is from axe timing out. Deduping into #6442.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants