1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-31 14:24:25 +03:00

increase recording leeway

This commit is contained in:
Jesse Duffield
2022-09-17 10:50:04 -07:00
parent 6dca3e1766
commit a92f0f7c89
2 changed files with 2 additions and 2 deletions

View File

@ -42,7 +42,7 @@ func (gui *Gui) handleTestMode(test integrationTypes.IntegrationTest) {
if Replaying() {
gui.g.RecordingConfig = gocui.RecordingConfig{
Speed: GetRecordingSpeed(),
Leeway: 100,
Leeway: 1000,
}
var err error