summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-04-07 22:51:45 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-04-07 22:59:53 +1000
commita229547048b78fb5130fc5252f696dc8e2d59be4 (patch)
tree9a36c6ededa40765b976e58351b4920a35120d0c
parent4f700c23ba1bc43c0d42d223470a8c2a8e2408dc (diff)
fix CIv0.27.1
-rw-r--r--pkg/integration/integration.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/integration.go b/pkg/integration/integration.go
index ef1861f96..0f297becc 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)