From 273aba38d403660127508a1453253100ad802668 Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Fri, 9 Apr 2021 00:10:51 +1000 Subject: [PATCH] stricter CI --- pkg/integration/integration.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)