I have around 50 test cases written in Angular. On executing those it says Disconnectedreconnect failed before timeout of 10000ms
. I did some configuration settings like
captureTimeout: 60000, // it was already there
browserDisconnectTimeout : 10000,
browserDisconnectTolerance : 1,
browserNoActivityTimeout : 60000,//by default 10000
Nothing seems to be working. If I extend the browserDisconnectTimeout
time to 100000ms
, then its working fine, but upon adding more test cases it again throws the timeout error.