summaryrefslogtreecommitdiffstats
path: root/pkg
diff options
context:
space:
mode:
authorJesse Duffield <jessedduffield@gmail.com>2021-04-09 00:10:51 +1000
committerJesse Duffield <jessedduffield@gmail.com>2021-04-09 00:15:48 +1000
commit273aba38d403660127508a1453253100ad802668 (patch)
tree3b74726998aa95883bd6dc0877eef5c2ba06d8e9 /pkg
parentcab0aa462c89178e7bcc5cdae8b962ffa63f6f42 (diff)
stricter CI
Diffstat (limited to 'pkg')
-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 0f297becc..577aaa3b8 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, 1, 1, 0.5, 0.5)
+ speeds = append(speeds, 1)
for i, speed := range speeds {
logf("%s: attempting test at speed %f\n", test.Name, speed)