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
Most likely the value used for throughput in geb.Browser.setNetworkLatency() is too high. Check why it's not been caught even though there seems to be a test that should catch it.
throughput
geb.Browser.setNetworkLatency()
The text was updated successfully, but these errors were encountered:
Fix Browser.setNetworkLatency() on newer versions of chrome where it …
ee0111d
…caused requests to hang indefinitely. Fixes of geb/issues#620
No branches or pull requests
Most likely the value used for
throughput
ingeb.Browser.setNetworkLatency()
is too high. Check why it's not been caught even though there seems to be a test that should catch it.The text was updated successfully, but these errors were encountered: