1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-03-19 21:28:28 +02:00

remove time limit

This commit is contained in:
Jesse Duffield 2021-04-05 21:56:17 +10:00
parent e04e2ebab5
commit f09309485a

@ -491,8 +491,8 @@ func (gui *Gui) Run() error {
}
go utils.Safe(func() {
time.Sleep(time.Second * 20)
log.Fatal("20 seconds is up, lazygit recording took too long to complete")
time.Sleep(time.Second * 40)
log.Fatal("40 seconds is up, lazygit recording took too long to complete")
})
}