You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jul 28, 2023. It is now read-only.
Basically none of the browsers can be reached, eg:
27 08 2019 20:23:04.986:WARN [launcher.browserstack]: ie 11.0 (Windows 10) has not captured in 50000 ms, killing.
27 08 2019 20:23:06.223:WARN [launcher.browserstack]: chrome (Windows 10) has not captured in 50000 ms, killing.
27 08 2019 20:23:08.611:WARN [launcher.browserstack]: safari 9.0 (OS X El Capitan) has not captured in 50000 ms, killing.
Any suggestions?
The text was updated successfully, but these errors were encountered:
Setting karma config timeout values in their Karma project for browser disconnects / timeouts have helped other users and recommended by BrowserStack support here: #61
As mentioned in the link, please check if the below values help in your Karma testing. captureTimeout: 3e5, browserDisconnectTolerance: 3, browserDisconnectTimeout: 3e5, browserSocketTimeout: 1.2e5, browserNoActivityTimeout: 3e5,
The browserstack-based tests for karma project stopped working:
https://travis-ci.org/karma-runner/karma/jobs/577415432
Basically none of the browsers can be reached, eg:
Any suggestions?
The text was updated successfully, but these errors were encountered: