Telemetry: All devtools http requests should have a finite timeout.
commitedc7470c621aaa20901efc29aa0fb961cc524da1
authorerikchen <erikchen@chromium.org>
Tue, 14 Apr 2015 03:42:12 +0000 (13 20:42 -0700)
committerCommit bot <commit-bot@chromium.org>
Tue, 14 Apr 2015 03:42:37 +0000 (14 03:42 +0000)
tree0e2b24ef76864b334559a668bfb322ce10c110fc
parent3b996212fa3c92af3233246ae54af728eb7c3591
Telemetry: All devtools http requests should have a finite timeout.

Previously, the default timeout was infinite. That means that actions such as
making a new tab would stall forever if the connection was broken.

BUG=

Review URL: https://codereview.chromium.org/1080213003

Cr-Commit-Position: refs/heads/master@{#324997}
tools/telemetry/telemetry/core/backends/chrome/tab_list_backend.py
tools/telemetry/telemetry/core/backends/chrome_inspector/devtools_http.py
tools/telemetry/telemetry/core/tab_list.py