pexpects/bind_mode_events: Increase a timeout

This commit is contained in:
Fabian Boehm 2025-01-14 17:13:43 +01:00
parent d32257c2d5
commit 23f218eb8e

View File

@ -66,7 +66,7 @@ send("\033")
sleep(timeout)
os.kill(sp.spawn.pid, signal.SIGINT)
sleep(timeout)
sleep(timeout * 2)
# We should be back in insert mode now.
send("echo mode changes: $MODE_CHANGES\r")