mirror of
https://github.com/ddworken/hishtory.git
synced 2025-02-22 21:41:01 +01:00
Add extra sleep before capturing output since I think it may be the cause of test failures on macos on actions
This commit is contained in:
parent
ebb6b36b34
commit
cfd1c9e7a7
@ -1880,6 +1880,7 @@ func captureTerminalOutputWithShellNameAndDimensions(t *testing.T, tester shellT
|
||||
fullCommand += "\n"
|
||||
fullCommand += " sleep " + sleepAmount + "\n"
|
||||
}
|
||||
fullCommand += " sleep 0.5\n"
|
||||
fullCommand += " tmux capture-pane -p\n"
|
||||
fullCommand += " tmux kill-session -t foo\n"
|
||||
hctx.GetLogger().Printf("Running tmux command: " + fullCommand)
|
||||
|
Loading…
Reference in New Issue
Block a user