Commit fb9f031
committed
ui-smoke: settle after homing before requesting AUTO
The driver requested AUTO the instant homing completed per NML stat, but
gmoccapy only enables AUTO once it has processed the all-homed signal in
its own event loop (and re-asserts MANUAL itself on that signal). The
early request was rejected, bounced back to MANUAL with an "It is not
possible to change to Auto Mode" warning that lingered in the confirm
shot; ensure_mode retried and won, so the run still passed. A short
settle after homing lets the GUI catch up, so AUTO is accepted first try.1 parent ed982e5 commit fb9f031
1 file changed
Lines changed: 12 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
35 | 42 | | |
36 | 43 | | |
37 | 44 | | |
| |||
297 | 304 | | |
298 | 305 | | |
299 | 306 | | |
| 307 | + | |
| 308 | + | |
| 309 | + | |
| 310 | + | |
| 311 | + | |
300 | 312 | | |
301 | 313 | | |
302 | 314 | | |
| |||
0 commit comments