mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-06-27 00:51:18 +02:00
remove time limit
This commit is contained in:
@ -491,8 +491,8 @@ func (gui *Gui) Run() error {
|
|||||||
}
|
}
|
||||||
|
|
||||||
go utils.Safe(func() {
|
go utils.Safe(func() {
|
||||||
time.Sleep(time.Second * 20)
|
time.Sleep(time.Second * 40)
|
||||||
log.Fatal("20 seconds is up, lazygit recording took too long to complete")
|
log.Fatal("40 seconds is up, lazygit recording took too long to complete")
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user