Skip to content

Commit

Permalink
fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Apr 7, 2021
1 parent 4f700c2 commit a229547
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/integration/integration.go
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ func RunTests(
logf("path: %s", testPath)

// 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 {
logf("%s: attempting test at speed %f\n", test.Name, speed)

Expand Down

0 comments on commit a229547

Please sign in to comment.