We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4f700c2 commit a229547Copy full SHA for a229547
pkg/integration/integration.go
@@ -71,7 +71,7 @@ func RunTests(
71
logf("path: %s", testPath)
72
73
// three retries at normal speed for the sake of flakey tests
74
- speeds = append(speeds, 1, 0.5, 0.5)
+ speeds = append(speeds, 1, 1, 1, 0.5, 0.5)
75
for i, speed := range speeds {
76
logf("%s: attempting test at speed %f\n", test.Name, speed)
77
0 commit comments