mirror of
https://github.com/fish-shell/fish-shell.git
synced 2025-01-30 16:15:33 +08:00
pexpects/bind_mode_events: Increase a timeout
This commit is contained in:
parent
d32257c2d5
commit
23f218eb8e
|
@ -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")
|
||||
|
|
Loading…
Reference in New Issue
Block a user