mirror of
https://github.com/jesseduffield/lazygit.git
synced 2026-09-10 07:36:27 -04:00
remove time limit
This commit is contained in:
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")
|
||||
})
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue