mirror of
https://github.com/jesseduffield/lazygit.git
synced 2025-05-12 04:45:47 +02:00
even slower retries for CI
This commit is contained in:
parent
39eb937830
commit
d4f3b292e6
1 changed files with 1 additions and 1 deletions
|
@ -63,7 +63,7 @@ func RunTests(
|
|||
logf("path: %s", testPath)
|
||||
|
||||
// three retries at normal speed for the sake of flakey tests
|
||||
speeds = append(speeds, 1, 1, 1)
|
||||
speeds = append(speeds, 1, 0.5, 0.5)
|
||||
for i, speed := range speeds {
|
||||
logf("%s: attempting test at speed %f\n", test.Name, speed)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue