From dd4120122e9cecb72c157ba684133b86d320e45f Mon Sep 17 00:00:00 2001 From: Ian Jackson Date: Fri, 2 Apr 2021 16:15:35 +0100 Subject: [PATCH] wdt-hand: Add a missing synch Experimentally, pausing otter to simulate losing the race gives us a conflict error. This is kind of expected. Signed-off-by: Ian Jackson --- wdriver/wdt-hand.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/wdriver/wdt-hand.rs b/wdriver/wdt-hand.rs index 303176db..f597716e 100644 --- a/wdriver/wdt-hand.rs +++ b/wdriver/wdt-hand.rs @@ -65,6 +65,7 @@ impl Ctx { .key_up('C') .perform() .context("claim hand")?; + w.synch()?; w.action_chain() .click() -- 2.30.2