github web-platform-tests/wpt merge_pr_46881

latest releases: merge_pr_49470, epochs/three_hourly/2024-12-03_06H, epochs/six_hourly/2024-12-03_06H...
14 months ago

[wptrunner] Don't honor per-request timeout for now (#46881)

This is a partial revert of #46869. Using a nondefault timeout fails
with:

  ▶ ERROR [expected OK] external/wpt/IndexedDB/idbindex-query-exception-order.html
  └   → WebDriverRun.run_func didn't set a result

Exception in thread Thread-4:
Traceback (most recent call last):
  File "/tmp/wpt/tools/webdriver/webdriver/transport.py", line 259, in _request
    previous_timeout = self._conn.gettimeout()
AttributeError: 'HTTPConnection' object has no attribute 'gettimeout'

... because {get,set}timeout are methods on socket.socket, not
http.client.HTTP(S)Connection.

Don't miss a new wpt release

NewReleases is sending notifications on new releases.