1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-14 00:21:48 +03:00
Files
lazygit/pkg/integration/tests/commit
Stefan Haller bf19475733 Fix more unstable tests
Similar to what was done in 457cdce61d, and for the same reason.

However, instead of waiting and fixing them one by one as we see them fail, I
decided to go about it more systematically. To do that, I added calls to
`time.Sleep(1 * time.Second)` in all the Shell.Commit* helper functions; this
ensures that all the commits we make get different committer time stamps, making
all these tests fail. With this I'm pretty confident that we're good now.
2025-07-10 08:59:01 +02:00
..
2023-05-25 23:52:19 +10:00
2025-07-10 08:59:01 +02:00
2023-07-22 14:36:35 +10:00
2023-05-25 23:52:19 +10:00
2023-05-25 23:52:19 +10:00
2025-07-03 17:04:10 +02:00