Skip to content

Commit a229547

Browse files
committed
fix CI
1 parent 4f700c2 commit a229547

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

pkg/integration/integration.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -71,7 +71,7 @@ func RunTests(
7171
logf("path: %s", testPath)
7272

7373
// three retries at normal speed for the sake of flakey tests
74-
speeds = append(speeds, 1, 0.5, 0.5)
74+
speeds = append(speeds, 1, 1, 1, 0.5, 0.5)
7575
for i, speed := range speeds {
7676
logf("%s: attempting test at speed %f\n", test.Name, speed)
7777

0 commit comments

Comments
 (0)