Skip to content

Commit

Permalink
stricter CI
Browse files Browse the repository at this point in the history
  • Loading branch information
jesseduffield committed Apr 8, 2021
1 parent cab0aa4 commit 273aba3
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, 1, 1, 0.5, 0.5)
speeds = append(speeds, 1)
for i, speed := range speeds {
logf("%s: attempting test at speed %f\n", test.Name, speed)

Expand Down

0 comments on commit 273aba3

Please sign in to comment.