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:
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…
x
Reference in New Issue
Block a user