angular / protractor

E2E test framework for Angular apps
http://www.protractortest.org
MIT License
8.74k stars 2.31k forks source link

ETIMEDOUT connect ETIMEDOUT #5363

Open jake-lai opened 5 years ago

jake-lai commented 5 years ago

Hi there! We are seeing this ETIMEDOUT connect ETIMEDOUT issue on our nightly automation run, it happens quite frequently but not consistenly, we are running our automation on selenium docker

" Error: ETIMEDOUT connect ETIMEDOUT 52.44.154.9:443 at ClientRequest.(anonymous) (/home/jenkins/workspace/rerun_2019-R2-lightning-enhancement_b-onDemand/node_modules/protractor/node_modules/selenium-webdriver/http/index.js:238:15) at emitOne (events.js:116:13) at ClientRequest.emit (events.js:211:7) at TLSSocket.socketErrorListener (_http_client.js:401:9) at emitOne (events.js:116:13) at TLSSocket.emit (events.js:211:7) at emitErrorNT (internal/streams/destroy.js:66:8) at _combinedTickCallback (internal/process/next_tick.js:139:11) at process._tickDomainCallback (internal/process/next_tick.js:219:9"

This is the issue we are seeing

@smfontevan

Jayasankar-m commented 5 years ago

@jake-lai

you may try out this patch.. seems to be a similar issue https://github.com/angular/protractor/issues/4706#issuecomment-393004887