1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-07-15 01:34:26 +02:00

yet another retry to reduce flakiness

This commit is contained in:
Jesse Duffield
2022-09-16 08:55:16 -07:00
parent 7af7af27c6
commit 9351af3829

View File

@ -310,7 +310,7 @@ func getTestSpeeds(testStartSpeed float64, mode Mode, speedStr string) []float64
if startSpeed > 5 {
speeds = append(speeds, 5)
}
speeds = append(speeds, 1, 0.5)
speeds = append(speeds, 1, 0.5, 0.5)
return speeds
}