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
Increase default dashboard client timeout to 2 seconds (#1564)
The default timeout of 1 second can collide with certain actions. For
example, the power_off command on PolyScope 5 takes 1 sec almost exactly
until it sends the answer. With that, the timeout was right on the edge
and led to a flaky integration test. Defaulting to 2 seconds should
prevent those tests from failing randomly.
0 commit comments