Commit adb3a47
committed
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.1 parent 807bf6f commit adb3a47
1 file changed
+1
-1
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
51 | 51 | | |
52 | 52 | | |
53 | 53 | | |
54 | | - | |
| 54 | + | |
55 | 55 | | |
56 | 56 | | |
57 | 57 | | |
| |||
0 commit comments