summaryrefslogtreecommitdiffstats
path: root/pkg/integration/deprecated/integration.go
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2022-09-16 08:55:16 -0700
committerJesse Duffield <jessedduffield@gmail.com>2022-09-16 08:55:16 -0700
commit9351af382933d456de65acab1451b17677ddb171 (patch)
tree771c9d5c8e377fda7ec904a557a6899c621f9392 /pkg/integration/deprecated/integration.go
parent7af7af27c6252b862989d11f930787e5b370b119 (diff)
yet another retry to reduce flakiness
Diffstat (limited to 'pkg/integration/deprecated/integration.go')
-rw-r--r--pkg/integration/deprecated/integration.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/pkg/integration/deprecated/integration.go b/pkg/integration/deprecated/integration.go
index 9527d1a45..2f9b2ab8c 100644
--- a/pkg/integration/deprecated/integration.go
+++ b/pkg/integration/deprecated/integration.go
@@ -310,7 +310,7 @@ func getTestSpeeds(testStartSpeed float64, mode Mode, speedStr string) []float64
if startSpeed > 5 {
speeds = append(speeds, 5)
}
- speeds = append(speeds, 1, 0.5)
+ speeds = append(speeds, 1, 0.5, 0.5)
return speeds
}