1
0
mirror of https://github.com/jesseduffield/lazygit.git synced 2025-08-10 22:42:00 +02:00
This commit is contained in:
Jesse Duffield
2021-04-07 22:51:45 +10:00
parent 4f700c23ba
commit a229547048

View File

@@ -71,7 +71,7 @@ func RunTests(
logf("path: %s", testPath) logf("path: %s", testPath)
// three retries at normal speed for the sake of flakey tests // three retries at normal speed for the sake of flakey tests
speeds = append(speeds, 1, 0.5, 0.5) speeds = append(speeds, 1, 1, 1, 0.5, 0.5)
for i, speed := range speeds { for i, speed := range speeds {
logf("%s: attempting test at speed %f\n", test.Name, speed) logf("%s: attempting test at speed %f\n", test.Name, speed)