diff --git a/pkg/integration/integration.go b/pkg/integration/integration.go index ef1861f960a..0f297becc16 100644 --- a/pkg/integration/integration.go +++ b/pkg/integration/integration.go @@ -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)