Give mouse-during-insert more slack on CI, it failed again on macOS
This commit is contained in:
parent
fb77f11351
commit
566eb25d7a
|
@ -10,3 +10,6 @@ ui_in '{ "jsonrpc": "2.0", "method": "mouse_release", "params": [ "left", 0, 4 ]
|
|||
sleep .1
|
||||
ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "c<esc>" ] }'
|
||||
sleep .1
|
||||
if [ -n "$CI" ]; then
|
||||
sleep 1
|
||||
fi
|
||||
|
|
Loading…
Reference in New Issue
Block a user