Skip to content

Commit c8832a8

Browse files
committed
toolchanger test: add a missing wait for stat buffer
1 parent f47149c commit c8832a8

File tree

1 file changed

+1
-0
lines changed
  • tests/toolchanger/reload-tool/non-random

1 file changed

+1
-0
lines changed

tests/toolchanger/reload-tool/non-random/test-ui.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,7 @@ def wait_for_hal_pin(name, value, timeout=10):
283283
assert(h['tool-prep-pocket'] == 0)
284284
assert(h['tool-from-pocket'] == 46)
285285

286+
time.sleep(stat_poll_wait)
286287
s.poll()
287288
assert(s.tool_in_spindle == 2)
288289
assert(s.tool_from_pocket == 46);

0 commit comments

Comments
 (0)