From d4f3b292e6ad17a33a7aaa681aa99d8d091a871c Mon Sep 17 00:00:00 2001 From: Jesse Duffield Date: Tue, 6 Apr 2021 14:27:10 +1000 Subject: [PATCH] even slower retries for 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 7ddddd9a2..cf65386e8 100644 --- a/pkg/integration/integration.go +++ b/pkg/integration/integration.go @@ -63,7 +63,7 @@ func RunTests( logf("path: %s", testPath) // three retries at normal speed for the sake of flakey tests - speeds = append(speeds, 1, 1, 1) + speeds = append(speeds, 1, 0.5, 0.5) for i, speed := range speeds { logf("%s: attempting test at speed %f\n", test.Name, speed)