Skip to content
This repository has been archived by the owner on Jul 12, 2020. It is now read-only.

Network timeout on resource #73

Open
ashresh opened this issue Nov 10, 2017 · 1 comment
Open

Network timeout on resource #73

ashresh opened this issue Nov 10, 2017 · 1 comment

Comments

@ashresh
Copy link

ashresh commented Nov 10, 2017

I am getting network timeout on resource when I am trying to run a11y through command line.
What is the parameter I need to set to solve this???

Error:
C:\workspace\a11y>a11y http://localhost:4200
Command failed: C:\Users\dkuma172\AppData\Roaming\npm\node_modules\a11y\node_modules\phantomjs-prebuilt\lib\phantom\bin\phantomjs.exe C:\Users\dkuma172\AppData
Roaming\npm\node_modules\a11y\audits.js {"delay":1,"url":"http://localhost:4200"
,"width":1024,"height":768} --ignore-ssl-errors=true --ssl-protocol=tlsv1 --local-to-remote-url-access=true
Error code:408 Network timeout on resource. for http://localhost:4200/vendor.bundle.js

@DanielRuf
Copy link

DanielRuf commented Dec 6, 2017

See

a11y/audits.js

Line 12 in 7ebffa7

var PAGE_TIMEOUT = 9000;

I think you can provide your own audits.js file.
And there is also --delay as option.

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

No branches or pull requests

2 participants