commit | df2e6ebed18341899aa32c97a993e1abedbd0d49 | [log] [tgz] |
---|---|---|
author | Patrick Rohr <prohr@google.com> | Tue Jan 21 10:56:43 2025 -0800 |
committer | Patrick Rohr <prohr@google.com> | Tue Jan 21 10:57:04 2025 -0800 |
tree | 7b5bf853882ec23b73d26159c199b728c7d650a5 | |
parent | d2459f373ce41ab0e65483ab42da0e354298b0cd [diff] |
Increase IO timeout We have been seeing frequent EAGAIN errors during i/o operations in tests. This change increases the timeout by 10x to hopefully minimize these failures. Per maze@: these methods are dependent on rcu synchronization, which can take a long time on a busy system. Blocking the thread is most likely always preferable over failing the operation. Bug: 390722214 Test: TH Change-Id: I96aa5a583c0c7558a8ea945eca5e5cb8f1c35c69